我安装了node
作为新版本。一旦我安装了我在cmd
签了这样的话:
C:\Users\Mohamed.Arif>node --version && npm --version
v0.10.35
1.4.28
但在我安装node, npm
之后,我正在尝试安装最新的yeoman
。在他们的网站上,我注意到npm
版本需要v2.1.0+
- 我在这里感到困惑。如何按照他们的要求安装npm
?
我正在运行最新版本的node
。
安装先决条件
Before installing Yeoman, you will need the following:
Node.js v0.10.x+
npm (which comes bundled with Node) v2.1.0+
git
You can check if you have Node and npm installed by typing:
http://yeoman.io/codelab/setup.html
这里有什么问题?我正在使用windows7
。
提前致谢!
答案 0 :(得分:1)
请参阅How do I update npm on Windows?
tl; dr - npm -g install npm确实有效,但旧版本的npm仍然在你的路径中。
Option 3: navigate to C:\Program Files (x86)\nodejs with cmd.exe and then run
the installation without -g:
npm install npm