Open AlexVPopov opened 5 years ago
Hi, Do you get any errors or something else to figure out what the problem is? How you understand that it is not work?
Hi, @varp. Yes, this is the error, that I get:
However, this is strange, because /usr/local/bin/node
is in the path and if I remove --experimental-modules
it works and I don't get the error.
Thx @AlexVPopov. I'll give you an answer ASAP. Maximum a couple of days. Please wait.
Hey @varp, no worries, the plugin works for me nicely as it is. Thank you for your help!
Okay, @AlexVPopov. I've added support for passing arguments to the node_command and npm_command settings. Will be in the next release or you can install the package by git.
At the moment you should install it from my fork https://github.com/varp/SublimeText-Nodejs
Hey @varp, thank you very much for your effort! Should I close this issue?
I'll do it when a release will be ready
Hello 👋 I have installed node via homebrew.
This works:
However, neither this:
nor this:
works.
Does the
node_command
option support command flags?