s-a/sublime-text-refactor

/bin/sh: nodes: command not found

Closed this issue · 0 comments

I believe this is due to an error in Refactor.sublime-settings.

{
    "nodePath" : "nodes"
}

should be

{
    "nodePath" : "node"
}