Change directory in Node.js command prompt

前端 未结 7 700
不知归路
不知归路 2021-01-31 15:57

I want to move to another directory in Node.js command prompt but when I open the Node.js cmd window it doesn\'t show me any path. Here is the screenshot of the Node.js cmd wind

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 16:13

    Type .exit in command prompt window, It terminates the node repl.

提交回复
热议问题