s-a / sublime-text-refactor

A Sublime Text Refactor Plugin for Javascript Code
213 stars 12 forks source link

nodePath for Windows #37

Open Yoruba opened 8 years ago

Yoruba commented 8 years ago

Hello, I try to get JavaScript Refactor to work on Windows. Which path do I need to fill in for Windows.

"nodePath" :"C:\\Program Files\\nodejs\\node.exe"
"nodePath" :"C:\\Program Files\\nodejs\\"

Both path gives an error when Renaming.

Thanks

dgrabNDR commented 7 years ago

Tried installing on a network, got an error message that UNC paths are not supported. It tried using the default "node" but said it is not a vaild program

What program/file should I be looking for to put into nodePath?