1. 新增一個 Build System
2. 將檔案修改成以下內容,並儲存為Nodejs.sublime-build
{
"cmd": ["C:/Program Files/nodejs/node.exe", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"encoding": "utf-8"
}
3. 跑一個測試程式試試
console.log(__filename);
另外,在搜尋資料的時候,發現這一些討論串
https://cnodejs.org/topic/51ee453af4963ade0ebde85e
http://www.hacke2.cn/nodeJS-sublime-3/
目前還不知道他們在說什麼,先記錄下來
沒有留言:
張貼留言