美文网首页
sublime Prettify插件node.js was no

sublime Prettify插件node.js was no

作者: Duobe | 来源:发表于2016-08-17 14:24 被阅读177次

sublime text中 sublime Prettify插件node.js was not found in the default path问题: 

"node_path": {

"windows": "C:/ProgramFiles/nodejs/node.exe",//这是文件默认的位置

"linux": "/usr/bin/nodejs",

"osx": "/usr/local/bin/node"

},

在我的电脑右键->属性->高级系统设置->环境变量中的系统变量,找到Path变量->找到有nodejs的路径复制替换上面windows路径即可。

相关文章

网友评论

      本文标题:sublime Prettify插件node.js was no

      本文链接:https://www.haomeiwen.com/subject/kkpmsttx.html