Jenkins fails on build step 'npm i' -


i have local jenkins installed (under windows 10 os) , have unexpected behavior.

suggestions why ?

step 1 execuded :

cd c:\myfolder

npm run config

but step 2 fails (error):

cd c:\myfolder

npm i

the console output is:

npm err! path c:\windows\system32\config\systemprofile\appdata\roaming\npm-cache\_cacache\tmp\git-clone-bc17270a\package.json 

note: there package.json in c:\myfolder needed installs, jenkins looks in folder.

did here? how specify path of `package.json` npm? ... specify package.json. node installed in jenkins going default package.json


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -