Bitrise Build Issue Report template
Description of the issue
I’m getting error on npm install
npm ERR! code 128
npm ERR! Command failed: git clone --mirror -q GitHub - cordova-misc/cordova-webintent: WebIntent Android Plugin for Cordova 3.X /root/.npm/_cacache/tmp/git-clone-fdfdf265/.git
npm ERR! fatal: could not create leading directories of ‘/root/.npm/_cacache/tmp/git-clone-fdfdf265/.git’
Environment:
Where did the issue happen?
Android & Docker on Ubuntu 16.04
Which build Step causes the issue and which version of the step?
Run npm command (npm install)
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
- Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? : every time
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : always
Looks like it’s not working when packages.json contains package with direct git link, like:
“cordova-support-google-services”: “git+https://github.com/LuisEGR/cordova-support-google-services.git”,
Local reproduction
locally works fine
Local reproduction: Linux / Android (docker based) stack builds
did not try