gpt4 book ai didi

node.js - Sublime Text 构建 : 'node' is not recognized as an internal or external command

转载 作者:搜寻专家 更新时间:2023-10-31 22:34:36 24 4
gpt4 key购买 nike

使用 Windows XP,我通过包控制在 SublimeText2 上安装了 CoffeeScript 插件。当我尝试构建 test.coffee 时,我得到:

'node' is not recognized as an internal or external command, operable program or batch file.

但在 cmd 控制台中输入“node -v”会返回“v0.10.0”,因为我的 PATH 变量包含“C:\Program Files\nodejs\”。

我找到了关于人们在使用 SublimeText 时卡在构建阶段的帖子,但没有一个符合我的问题。无论如何,这是我的 CoffeeScript.sublime-build,因为它经常扮演核心角色:

{
"cmd": ["cake", "sbuild"]
,"windows":
{
"cmd": ["cake.cmd", "sbuild"]
}
,"selector": "source.coffee"
,"working_dir": "$project_path"
,"path": "C:\\Documents and Settings\\User\\Application Data\\npm"
,"variants":
[
{
"name": "Run",
"cmd": ["coffee", "$file"]
}
]
}


更新:多亏了Sublime Text build: cannot find the file specified,我才到达那里,其答案与我的其他来源相同,this blog及其评论。但我还是卡住了。

最佳答案

实际上 this similar problem and solution工作,您只需关闭并重新打开 Sublime Text 即可生效。因为编辑 CoffeeScript.sublime-build 和迭代构建会弄乱 Sublime 的“路径”变量。
感谢出谋划策的小伙伴,小问题请见谅。

关于node.js - Sublime Text 构建 : 'node' is not recognized as an internal or external command,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15481156/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com