Reputation: 97
I would like to know how can I run nodeJS express from usb drive on a Linux/gentoo configuration ?
Upvotes: 8
Views: 36637
Reputation: 289
You can download NodeJs Portable on sourceforge here : NodeJS Portable : http://sourceforge.net/projects/nodejsportable/files/latest/download
Upvotes: 2
Reputation: 3880
The only requirement is to download a portable version of node.js, may need to tweak mounting permissions.
The distributables are located here.
All your modules need to be installed locally.
Upvotes: 11