npm should be run outside of the node repl, in your normal shell
PHP中文网2017-04-17 13:59:36
Don’t run node.exe
inside npm install
, run inside cmd.exe
. The windows
inside normal shell
refers to cmd.exe
.
高洛峰2017-04-17 13:59:36
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