我正在尝试使用Visual Studio Code中包含的终端执行文件。但是,我似乎无法使其正常运行并最终收到以下错误消息:
Example, "node myfile.js" --> module.js:549
throw err;
^
Error: Cannot find module c:\somepath
有人知道可能是什么问题吗?
答案 0 :(得分:0)
我之前遇到过你的问题
您应该以管理员身份运行 cmd。
然后输入:powershell set-Executionpolicy Remotesigned
和
进入。
现在你可以在 vscode 中运行 node 了。
答案 1 :(得分:0)
以管理员身份运行 Visual Studio,并且您的用户应该可以访问 Node 包位置