-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
npm and pm2 command not working #44
Comments
I can use normally. Verify if the $PATH was loaded. Try `source ~/.profile`
|
See #21 |
npm: command not found sudo ln -s "$NVM_DIR/versions/node/$(nvm version)/bin/node" "/usr/local/bin/node" you can test "sudo npm -v" https://blog.csdn.net/weixin_40599109/article/details/110825357 |
Find where is your node, npm, and pm2
Here my path is mention your path me be diffrent This will resolved the issue |
i cant use npm install or pm2 in the script, is there any way to do this
The text was updated successfully, but these errors were encountered: