-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Npm to 'Path' of NodeTask #134
Comments
This is indeed an issue. The yeoman doctor (part of the yo NPM package) also does a version check that fails if being ran from the gradle-node locally installed Node. To be precise, it's this file: https://github.com/yeoman/doctor/blob/master/lib/rules/npm-version.js failing to find npm. as I have npm installed globally already I wonder if @cdietrich solution will help.. |
👍 I also have the yo package installation failure. |
To reproduce very easily:
|
Looks like the same issue as #146 introduced by yarn support in 0.14 |
Running on a machine with no node/npm installed
When i execute a NodeTask calling a Module that calls Npm via exec then it wont find npm / use the destroyed symlink extracted. thus it would be nice if this would work out of the box instead of using
here is what the node module
vsce
does (one of may npm calls)The text was updated successfully, but these errors were encountered: