You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set download to true this plugin will download node and npm using the versions provided in the configuration, if you set it to false you need to have the tools installed and on PATH, nvm is probably one of the easier ways to do that.
If it fails an error message will be printed, detailing the failure and failing the build. You can try this by setting version to some invalid value.
However, this plugin is currently unmaintained, there's a fork (without the grunt/gulp support) and the full history is available at this issue #315
Hi,
I don't fully understand this comment in the README:
// If false, it will try to use globally installed node. download = true
Can someone explain in more detail what this means? Specifically:
nvm
need to be installed on the host machine fordownload = false
to work?version
field?Thanks
The text was updated successfully, but these errors were encountered: