Thanks XiongJia Le! Even a year on this was still very useful advice for me to install Node.js and NPM without having to be a Windows administrator.
This was particularly important for me for two reasons: (1) Only some people in the company are admins (2) In order to use Yeoman, node and npm must be installed without requiring admin rights For Ubuntu and other systems people usually follow this gist to help install node and npm without requiring 'sudo': https://gist.github.com/isaacs/579814. On Tuesday, 8 October 2013 04:21:37 UTC+1, XiongJia Le wrote: > > There are 2 parts of the NODEJS Windows installer. > > 1. NODE.exe > First, You need download the binary (.exe) from > http://nodejs.org/dist/latest/ and save it to your local folder. (For > x64: http://nodejs.org/dist/latest/x64/ ) > Second, add your local folder to your PATH Environment. > > 2. NPM > First, downloads the NPM from http://nodejs.org/dist/npm/ (You can select > a stable version in this folder. ) > Second, extract the .zip/.tgz to your local folder and add this folder to > you PATH Environment. > > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/751d1dd6-0ca9-49d9-a488-efab1cd4cb8c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
