0

更新:

好的,它 seccussfully 安装了“npm install -g angular-cli”,但现在我收到了新错误:“您不能在 angular-cli 项目中使用新命令。” 同时尝试做:“ng new ang2pro”用于制作新项目。

C:\Users\armyTik\Desktop\angular2_projects\1>ng new pro-name
(node:6512) fs: re-evaluating native module sources is not supported. If you are using
 the graceful-fs module, please update it to a more recent version.
You cannot use the new command inside an angular-cli project.

原帖:

昨天它工作得很好,现在即使在重新安装 nodejs 后我也会收到以下错误:

(cmd以管理员权限打开) cmd 以管理员权限打开

4

2 回答 2

0

确保您已prerequisites在您的机器上安装。

angular-cli needs Node 4 or above & Typings V1 or greater

node -v 应该大于 4

node typings -v应该大于 1

否则安装typings使用npm install typings -g

于 2016-07-07T14:13:44.990 回答
0

如果您使用的是 Mac,请不要忘记命令前面的 sudo

于 2016-07-07T21:50:09.193 回答