如何安装`yeoman`最新版本?

时间:2015-01-15 05:39:22

标签: node.js npm yeoman

我安装了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

提前致谢!

1 个答案:

答案 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