运行windows 7 Professional 32bit。
我试着在normal或admin下运行npm install -g angular-cli。
我还尝试将它添加到PATH: (C:\Users\Administrator\AppData\Roaming\npm\node_modules\angular-cli\bin\ng)下的环境变量中,也没有成功。
我做错了什么?
运行windows 7 Professional 32bit。
我试着在normal或admin下运行npm install -g angular-cli。
我还尝试将它添加到PATH: (C:\Users\Administrator\AppData\Roaming\npm\node_modules\angular-cli\bin\ng)下的环境变量中,也没有成功。
我做错了什么?
当前回答
I was having the same issue when tried with the syntax "ng new " and solved that simply by updating the existing node version from 5.x.x to 8.x.x. After successful updation of node, the syntax worked perfectly for me. Please update the existing version of node. As it is clearly mentioned in angular documentation that these commands require the node version >= 6.9.x. For reference please check https://angular.io/guide/quickstart. It clearly states "Verify that you are running at least node 6.9.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine".
其他回答
我根据图解决了这个问题:
在CMD下运行
npm install -g @angular/cli
然后
(在Windows 10中打开)控制面板\所有控制面板项\系统 或按图
步骤1:
第二步:
步骤3:
目的:
添加缺少的ng路径
下面是你需要添加的新环境变量:c:\ users \ pk\ appdata \漫游\npm\node_modules\@angular\cli\bin
最后,重新启动所有打开的命令提示符并重试。
导航到要创建应用程序的目录并运行命令:
PATH="节点所在的路径";%PATH%
只需打开命令提示符(以管理员身份运行)。确保node——v高于6.9.0,npm——v高于3.0.0 r。
然后执行以下命令:
npm install -g @angular/cli
一旦安装了angular。你可以在路径中看到angular cli的条目
C:\Users\Dell\AppData\Roaming\npm\node_modules\@angular
那就试着帮忙。它会起作用的。
这个方法几乎适用于我,但我必须使用:%USERPROFILE%\AppData\Roaming\npm . 在环境变量中…/ /系统变量的路径
然后当我执行CMD: "ng -v"时,我得到了angular cli的正确响应。
设置路径= % %路径;C: \ \ \ AppData \ \ npm漫游用户