search

Home  >  Q&A  >  body text

node.js - windows10 node 和nmp的命令

刚看了 一个视频
mac 敲了这两个 命令

which node
which nmp

请问win10的cmd要如何执行以上这两个命令

第三个问题
win10 cmd node

命令窗口怎么推出 node
我用了 exit 和 quit都不起作用

刚入门三个问题 别嫌弃谢谢

ringa_leeringa_lee2863 days ago594

reply all(2)I'll reply

  • PHP中文网

    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 Powershellget-command in

    Finally, ctrl + D

    reply
    0
  • 大家讲道理

    大家讲道理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

    in front of it

    reply
    0
  • Cancelreply