Is it time for AppVeyor to switch to npm 3?

johnny_reilly's Avatar

johnny_reilly

09 Dec, 2015 10:15 AM

Hi,

Just ran into some npm install issues which I think are related to me using npm 3.x locally and AppVeyor using npm 2.x.

I was quite surprised it was on 2.x since 3.x is now the main one. http://blog.npmjs.org/post/129378362260/npm-weekly-29-npm-3-out-of-...

Time to upgrade?

  1. Support Staff 1 Posted by Feodor Fitsner on 09 Dec, 2015 06:16 PM

    Feodor Fitsner's Avatar

    You can easily install it with these two lines added to your build:

    npm -g install npm@3
    set PATH=%APPDATA%\npm;%PATH%
    
  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:02 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