我已经通过它安装了sublime2,包控制模块和nodejs。 打开我的js应用程序后,当我尝试运行我的应用程序Tools-> NodeJS-> Run时,我收到下一个错误。
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10f70bc90>)
菜单中的所有项目均已停用。
此外,我尝试使用下一个修改用户设置:
{
// 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": "/usr/local/bin/node",
// Same for NPM command
"npm_command": "/usr/local/bin/npm",
// as 'NODE_PATH' environment variable for node runtime
"node_path": "/usr/local/Cellar/node/0.10.25",
"expert_mode": false,
"ouput_to_new_tab": false
}
我已经通过brew安装了节点。
答案 0 :(得分:0)
我的自定义构建系统遇到了同样的问题。解决方案就是选择您想要使用的构建系统 在Tools-&gt; Build System
中必须与某些构建系统一起使用复选标记