I installed Babel with the package installer.
But i noticed the babel config file seems to be pointing to a non-existent node.js folder:
babel.sublime-settings:
{
"debug": false,
"use_local_babel": true,
"node_modules": {
"windows": "C:/Program Files/nodejs/node_modules",
"linux": "/usr/lib/node_modules",
"osx": "/usr/local/lib/node_modules"
},
"options": {}
}
If i don’t have node, how to configure babel?
thx