npm not found
重新配置 bash 后,使用 以下方式安装了 nodejs
sudo apt install nodejs
当时没注意,后面发现 没有 npm
- 解决办法:
which npm
找到路径后
sudo ln -s npm
此时,查看下
npm -v
重新配置 bash 后,使用 以下方式安装了 nodejs
sudo apt install nodejs
当时没注意,后面发现 没有 npm
which npm
找到路径后
sudo ln -s npm
此时,查看下
npm -v
本文标题:nodejs报错:npm not found
本文链接:https://www.haomeiwen.com/subject/lxxfgctx.html
网友评论