Node.js 10.0.30 doesn't work on appveyor: can't find npm
https://ci.appveyor.com/project/maxogden/dat/build/239
Downgrading to 10.0.29 works
Also weird that it thought this was a 'Build success'
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 Feodor Fitsner on 03 Aug, 2014 12:54 PM
Hi Max,
npm for 0.10.30 has been fixed (there was folder missing - known issue at SO). We've upgraded node on build workers to be 0.10.30
Also, try to a new lightning-fast node version switching cmdlet, change in your
appveyor.yml
:It's a new cmdlet, but packages are available for node.js only.
Cmdlet has the following format:
where:
product
- the name of the product, for now it'snode
only.version
- exact builda.b.c
or minora.b
version to install. If minor version is specified the latest build will be installed. For example, if you specify0.10
for node the latest0.10.30
will be installed (on the time of writing).platform
-x86
orx64
.x86
is default if not specified.2 Posted by Max Ogden on 03 Aug, 2014 07:28 PM
Hi Feodor,
I'm not sure why, but with the new appveyor.yml syntax you recommended my newest commit failed in 0ms: https://ci.appveyor.com/project/maxogden/dat/history
Here is my updated file: https://github.com/maxogden/dat/blob/master/appveyor.yml
Support Staff 3 Posted by Feodor Fitsner on 03 Aug, 2014 07:42 PM
Most probably a temporary issue as we were doing update deployment.
4 Posted by dane on 19 Sep, 2014 06:51 PM
Hi Feodor,
I just tried this new method and found that node v0.10.32 appears to not be supported which was released on tuesday: http://blog.nodejs.org/2014/09/16/node-v0-10-32-stable/. I get and `Unknown version: 0.10.32` error: https://ci.appveyor.com/project/Mapbox/node-pre-gyp/build/job/ykupd6l3f7r2m8w7
Support Staff 5 Posted by Feodor Fitsner on 19 Sep, 2014 07:01 PM
Hi Dane,
Will add that today. Thanks for letting me know.
6 Posted by dane on 19 Sep, 2014 08:07 PM
Hi Feodor,
Thanks! I also noticed `0.8.28` is missing too.
Dane
Support Staff 7 Posted by Feodor Fitsner on 19 Sep, 2014 08:13 PM
Will add that too.
-Feodor
Support Staff 8 Posted by Feodor Fitsner on 19 Sep, 2014 11:54 PM
Done, worker image has been updated with 0.10.31, 0.10.32 and 0.8.28 versions.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:48 AM.