我正在尝试配置此插件: https://github.com/tanepiper/SublimeText-Nodejs在 Sublime Text 3 中。
我将此设置作为默认设置:
{
// save before running commands
"save_first": true,
// if present, use this command instead of plain "node"
// e.g. "/usr/bin/node" or "C:\bin\node.exe"
"node_command": false,
// Same for NPM command
"npm_command": false,
// as 'NODE_PATH' environment variable for node runtime
"node_path": true,
"expert_mode": false,
"output_to_new_tab": false
}
然后我有我的用户设置:
{
"node_path": "C:/Program Files/nodejs/"
}
我还检查了路径中的 Node ,可以全局访问。我使用 Windows 10,但输出显示该插件找不到 node.exe:
ERROR: The process "node.exe" not found. module.js:557 throw err; ^
有人可以帮我吗?谢谢!
我是一名优秀的程序员,十分优秀!