Visual Studio Code调试node.js:无法在PATH上找到运行时的node
时间:2018-04-11 12:55:55
收藏:0
阅读:4782
首先,环境变量Path中加入nodejs的路径:
验证nodejs是否已经加入环境变量:
接着,重新启动Visual Studio Code,
试一下,是不是好了~
附录:Visual Studio Code 调试 nodeJS
launch.json
原文:https://www.cnblogs.com/MakeView660/p/8794815.html
评论(0)