sublime text 配置nodejs编译执行代码

2018-10-17  本文已影响7人  FFriday

sublime text 3安装及注册码

安装失败使用第二种方式安装
点击下载插件源码的zip包

{
  // 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": true,

  "expert_mode": false,

  "output_to_new_tab": false
}

参考链接:https://blog.csdn.net/u010989191/article/details/51171264

上一篇下一篇

猜你喜欢

热点阅读