“node --debug” and “node --debug-brk” are invalid

前端 未结 6 1978
我在风中等你
我在风中等你 2021-02-14 02:21

I have updated the node (v8.1.2). When I want to debug my previous test project in nodejs using NTVS (in visual studio 2017) I\'ve gotten the following error:

6条回答
  •  醉酒成梦
    2021-02-14 02:53

    You should downgrade your nodejs to 7.0.0 or less. Use NVM on windows, see this post.

    you can have several node´s version, on your computer.

    luck!

提交回复
热议问题