更新
好的,它已经安装好了,并且安装了-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.
原帖:
它工作得很好yestarday现在我甚至在重新安装nodejs后出现以下错误:
答案 0 :(得分: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
答案 1 :(得分:0)
如果你在Mac上,请不要在命令面前忘记sudo