- 已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
十小时前关门了。
Improve this question
I tried installing node.js 6.2.1 from nodejs.org website, and it installed successfully. However, when trying to check the version in CMD it doesn't return anything. I tried the "npm install" command too but it doesn't return anything as well.
希望你能在这件事上帮助我
我希望在输入npm-v时cmd返回3.9.3版本
1条答案
按热度按时间f87krz0w1#
节点的非常旧的版本,由于不安全而弃用。
如果你真的需要节点6,然后尝试这个版本:v6.17.1(npm v3.10.10)。我刚刚成功地试用了它们。
如果这仍然不起作用,请张贴npm安装的结果。
我建议你使用节点版本管理器(nvm),你可以从这里安装它:
https://github.com/coreybutler/nvm-windows