我决定试试自耕农,所以我运行了以下命令:
-bash: sudo npm install -g yo
我收到警告说npm已经过时了,所以我想,我卸载了yeoman,运行任何全局和本地npm更新,然后重新安装yeoman。
-bash: sudo npm uninstall -g yo
麻烦现在似乎npm不再可用了。我收到以下
-bash: npm: command not found
检查我的.bash_profile文件,声明的唯一路径是git。 yeoman可以从.bash_profile文件中删除node / npm路径吗?
我该如何解决此问题? 感谢