Node.js 10.0.30 doesn't work on appveyor: can't find npm

max ogden's Avatar

max ogden

02 Aug, 2014 09:15 PM

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'

  1. Support Staff 1 Posted by Feodor Fitsner on 03 Aug, 2014 12:54 PM

    Feodor Fitsner's Avatar

    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:

    install:
      - ps: Install-Product node $env:nodejs_version
      - npm install
    

    It's a new cmdlet, but packages are available for node.js only.

    Cmdlet has the following format:

    Install-Product <product> <version> [platform]
    

    where:

    • product - the name of the product, for now it's node only.
    • version - exact build a.b.c or minor a.b version to install. If minor version is specified the latest build will be installed. For example, if you specify 0.10 for node the latest 0.10.30 will be installed (on the time of writing).
    • platform - x86 or x64. x86 is default if not specified.
  2. 2 Posted by Max Ogden on 03 Aug, 2014 07:28 PM

    Max Ogden's Avatar

    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

  3. Support Staff 3 Posted by Feodor Fitsner on 03 Aug, 2014 07:42 PM

    Feodor Fitsner's Avatar

    Most probably a temporary issue as we were doing update deployment.

  4. 4 Posted by dane on 19 Sep, 2014 06:51 PM

    dane's Avatar

    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

  5. Support Staff 5 Posted by Feodor Fitsner on 19 Sep, 2014 07:01 PM

    Feodor Fitsner's Avatar

    Hi Dane,

    Will add that today. Thanks for letting me know.

  6. 6 Posted by dane on 19 Sep, 2014 08:07 PM

    dane's Avatar

    Hi Feodor,

    Thanks! I also noticed `0.8.28` is missing too.

    Dane

  7. Support Staff 7 Posted by Feodor Fitsner on 19 Sep, 2014 08:13 PM

    Feodor Fitsner's Avatar

    Will add that too.

    -Feodor

  8. Support Staff 8 Posted by Feodor Fitsner on 19 Sep, 2014 11:54 PM

    Feodor Fitsner's Avatar

    Done, worker image has been updated with 0.10.31, 0.10.32 and 0.8.28 versions.

  9. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:48 AM.

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