最佳答案
我搜索它在谷歌上如何显示节点 js 的版本或如何使用 npm? 如果我这么做
npm -v
即使我已经使用 brew install node
安装了它
env: node: No such file or directory
我已经做了很多命令来解决它,但失败了。 these are the command that I already try:
sudo apt-get install nodejs-legacy
sudo ln -s /usr/local/bin/node /usr/bin/node
brew unlink node
brew link node
因为这个我不能开始这项任务。帮帮我,伙计们。这项工作之前,我使用这个命令 brew link --overwrite node
。现在我有问题了,我不能再和 npm 一起工作了。我还是个新手。我现在不知道该怎么补救。
更新
I already get the list using npm list
command. I also get the idea here 链接 but when I npm install
inside the project. I alwayst get this "result env: node: No such file or directory",even I command npm -v
but If i command it outside my project. It work the npm -v