How to install node 0.12.2 via cmd (not ps)

Pure Krome's Avatar

Pure Krome

17 Apr, 2015 05:41 AM

Hi!

we use the CMD install script in the provided SETTINGS GUI.

how can i install node 0.12.2 via a cmd line command? all the examples I see are ps commands.

:/

(or is there a link to this, in the docs somewhere?)

  1. Support Staff 1 Posted by Feodor Fitsner on 17 Apr, 2015 05:59 AM

    Feodor Fitsner's Avatar

    Sure, just use PowerShell Install-Product node 0.12.2

  2. 2 Posted by Pure Krome on 17 Apr, 2015 06:03 AM

    Pure Krome's Avatar

    Perfect! works ta.

    eg..

    Build started
    Fetching repository commit (....)...OK
    Total: 99.2 MB in 5812 files
    Restoring build cache
    Restoring "packages"...OK
    Running Install scripts
    PowerShell Install-Product node 0.12.2
    Uninstalling node 0.10.38 (x86)... 
    Installing node 0.12.2 (x86)... 
    cd
    C:\projects\...-an4pg
    node --version
    v0.12.2
    npm install -g npm@2
    C:\Users\appveyor\AppData\Roaming\npm\npm -> C:\Users\appveyor\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js
    npm@2.7.6 C:\Users\appveyor\AppData\Roaming\npm\node_modules\npm
    set PATH=%APPDATA%\npm;%PATH%
    npm --version
    2.7.6
    
  3. Pure Krome closed this discussion on 17 Apr, 2015 06:03 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