-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Milestone
Description
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
task npmInstallNpm(type: NpmTask, dependsOn: npmSetup) {
group 'Node'
description 'Installs NPM"'
args = [ 'install', '-g', 'npm' ]
}
here is what the node module vsce does (one of may npm calls)
require('child_process').exec('npm -v' ....)
Metadata
Metadata
Assignees
Labels
No labels