Build fall during npm install
On thi build of an open-source project, during the npm install command, the build doesn't continue
https://ci.appveyor.com/project/vogloblinsky/compodoc/build/job/gop5a5ofs26w7w3p
Same problem with Node.js 6.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on 28 Aug, 2018 05:52 PM
Can you try going to the last successful build and clicking
RE-BUILD COMMIT
button and let us know the result.2 Posted by vogloblinsky on 28 Aug, 2018 07:45 PM
Same result here : https://ci.appveyor.com/project/vogloblinsky/compodoc/build/job/q00plew2fgasn54r
Support Staff 3 Posted by Owen McDonnell on 29 Aug, 2018 09:24 PM
I have to think it has to do with this platform update but not sure how yet.
Can you remove the
matrix:
options you have set (fast_finish: true
etc.) and try another build.4 Posted by vogloblinsky on 03 Sep, 2018 05:32 AM
Removed everything related to matrix and same problem
https://ci.appveyor.com/project/vogloblinsky/compodoc/build/1.0.839
Support Staff 5 Posted by Ilya Finkelshte... on 03 Sep, 2018 08:37 AM
Installing latest
npm
with adding- npm -g install npm@6.4.1
in the beginning of install stage unblocked it in my fork. Some test failed, but this is not related to the current isssue.6 Posted by vogloblinsky on 03 Sep, 2018 08:54 AM
Ok thanks, fixed with this workaround. I install latest npm, works fine now.
npm i npm@latest
vogloblinsky closed this discussion on 03 Sep, 2018 08:54 AM.