刚看了 一个视频
mac 敲了这两个 命令
which node
which nmp
请问win10的cmd要如何执行以上这两个命令
第三个问题
win10 cmd node
命令窗口怎么推出 node
我用了 exit 和 quit都不起作用
刚入门三个问题 别嫌弃谢谢
PHP中文网2017-04-17 14:46:11
First of all, yes npm
not nmp
You can use where
under cmd. If you have to use which
, you can use msys2 or cygwin,
or Powershell
get-command
in
Finally, ctrl + D
大家讲道理2017-04-17 14:46:11
The third question, in addition to using shortcut keys, you can also use .exit
to exit. Notice there is a dot