s-a / sublime-text-refactor

A Sublime Text Refactor Plugin for Javascript Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodePath for Windows

Yoruba opened this issue · comments

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

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?