Skip to content
  • mattab's avatar
    ceccba9d
    Applying change suggested by travis · ceccba9d
    mattab a rédigé
    npm is included with Node, so there is no separate package for it. Our Node (and npm) is installed with nvm, and as such is not directly available with sudo. Changing the last few lines of the install-ubuntu.sh script to this should work (and removing the install of the npm package):
    
    npm config set loglevel error
    npm install .
    ceccba9d
    Applying change suggested by travis
    mattab a rédigé
    npm is included with Node, so there is no separate package for it. Our Node (and npm) is installed with nvm, and as such is not directly available with sudo. Changing the last few lines of the install-ubuntu.sh script to this should work (and removing the install of the npm package):
    
    npm config set loglevel error
    npm install .
Chargement en cours