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

Error install as a package #193

Open
kurniarahmattt opened this issue Apr 5, 2022 · 1 comment
Open

Error install as a package #193

kurniarahmattt opened this issue Apr 5, 2022 · 1 comment

Comments

@kurniarahmattt
Copy link

# npm i -g @dvcorg/cml
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: 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 [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! code 127
npm ERR! path /root/.nvm/versions/node/v16.0.0/lib/node_modules/@dvcorg/cml/node_modules/ssh2
npm ERR! command failed
npm ERR! command sh -c node install.js
npm ERR! sh: 1: node: Permission denied

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-04-05T12_04_56_558Z-debug.log

before that error I change version node from >17.x to 16.0, what version should I install for node, npm, or other dependencies for installing process?

thanks

@casperdcl
Copy link
Contributor

Generally LTS versions of Node should work. 16 is best for now :)

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

2 participants