Windows (7) Install without Admin Rights?

3,884 views
Skip to first unread message

Chicken Soup

unread,
Oct 6, 2013, 11:46:07 PM10/6/13
to nod...@googlegroups.com
Hey Team,

Is it possible to install and run Node on Windows without admin rights? Can it just be downloaded into a directory, unzipped, and run from there?

A friend doesn't have admin rights on his Windows 7 machine, but wants to run Node.

Thanks for your help!

Chicken :)

Adil Hasan

unread,
Oct 7, 2013, 4:21:12 AM10/7/13
to nod...@googlegroups.com
Hello,
I've not done it on Windows, but maybe this is of help?
http://howtonode.org/how-to-install-nodejs
hth
adil
> --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 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 post to this group, send email to nod...@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> 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 nodejs+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

XiongJia Le

unread,
Oct 7, 2013, 11:21:37 PM10/7/13
to nod...@googlegroups.com
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.


Jasdeep Khalsa

unread,
Aug 8, 2014, 9:29:51 AM8/8/14
to nod...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages