Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprication and permission issues #137

Open
deebot opened this issue Apr 7, 2023 · 0 comments
Open

Deprication and permission issues #137

deebot opened this issue Apr 7, 2023 · 0 comments

Comments

@deebot
Copy link

deebot commented Apr 7, 2023

I tried to install rtail on my linux machine and I get issues shown below. Can you please help me resolve them
`mda5si@SI-C-004Q0:/usr/local/lib$ npm install -g rtail
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
npm WARN deprecated uuid@2.0.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm ERR! code EACCES
npm ERR! syscall symlink
npm ERR! path ../lib/node_modules/rtail/cli/rtail-client.js
npm ERR! dest /usr/local/bin/rtail
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, symlink '../lib/node_modules/rtail/cli/rtail-client.js' -> '/usr/local/bin/rtail'
npm ERR! { [Error: EACCES: permission denied, symlink '../lib/node_modules/rtail/cli/rtail-client.js' -> '/usr/local/bin/rtail']
npm ERR! cause:
npm ERR! { Error: EACCES: permission denied, symlink '../lib/node_modules/rtail/cli/rtail-client.js' -> '/usr/local/bin/rtail'
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'symlink',
npm ERR! path: '../lib/node_modules/rtail/cli/rtail-client.js',
npm ERR! dest: '/usr/local/bin/rtail' },
npm ERR! stack:
npm ERR! 'Error: EACCES: permission denied, symlink '../lib/node_modules/rtail/cli/rtail-client.js' -> '/usr/local/bin/rtail'',
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'symlink',
npm ERR! path: '../lib/node_modules/rtail/cli/rtail-client.js',
npm ERR! dest: '/usr/local/bin/rtail' }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/mda5si/.npm/_logs/2023-04-07T20_38_01_017Z-debug.log`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant