How can I run nodejs from usb drive?

怎甘沉沦 提交于 2019-12-10 13:15:24

问题


I would like to know how can I run nodeJS express from usb drive on a Linux/gentoo configuration ?


回答1:


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.




回答2:


You can download NodeJs Portable on sourceforge here : NodeJS Portable : http://sourceforge.net/projects/nodejsportable/files/latest/download



来源:https://stackoverflow.com/questions/24246681/how-can-i-run-nodejs-from-usb-drive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!