I am trying to install nodejs latest version, in windows machine. I tried following the link Install nodejs 4.2.0 or above version but I am getting this error
npm ERR! notsup Not compatible with your operating system or architecture: n@2.1.7
npm ERR! notsup Valid OS: !win32
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64
My current version of nodejs is v0.12.7 and npm 3.8.5 I want latest version of nodejs for angular2 setup. https://github.com/preboot/angular-webpack required nodejs Node (v6.x.x+) and NPM (3.x.x+)
Note: I don't have admin access for the system. Can someone help me with this.