第一次用node.js,准备用Jade模版,但是安装npm过程中出了点问题,请前辈们赐教
迷茫
迷茫 2017-04-17 13:57:36
0
2
656

npm should be run outside of the node repl, in your normal shell

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
Ty80

Don’t run node.exe inside npm install, run inside cmd.exe. The windows inside normal shell refers to cmd.exe.

小葫芦

Do not enter blank input in the command: node, and then execute your installation command in node’s REPL (interactive interpreter);

Now ctrl + c (twice), exit REPL (interactive interpreter), and then execute your installation command again:

npm install jade

Okay

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template