如何安装 `yeoman` 最新版本?
How to install `yeoman` latest version?
我安装了 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
.
合作
提前致谢!
见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
我安装了 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
.
提前致谢!
见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