For more portable applications, checkout Portapps !
This project is not maintained anymore and is abandoned. Feel free to fork and make your own changes if needed.
Thanks to everyone for their valuable feedback and contributions.
这是一个用 Go 语言 写的小程序,可以绿化 Windows 系统上的 Node.js 开发环境
已经在 Windows 7 , Windows 8.1 和 Windows 10 上完成测试。
Node.js Portable 的主窗口
配置文件 nodejs-portable.conf
会在初次启动时被创造:
- 下载 最新的发布版本 。
- 将
nodejs-portable.exe
放入一个空文件夹。
非常不推荐将
nodejs-portable.exe
放入带中文的路径中,可能会报各种诡异的错误Orz
运行 nodejs-portable.exe
,然后按提示输入:
- 1 自动安装, 输入版本号和系统架构, 然后程序会自动安装 Node.js 环境。
- 2 自动配置并运行 Node.js 开发环境。
如果你已经安装完成了 Node.js , 新建一个
app
文件夹, 将你的环境放入其中, 再执行nodejs-portable.exe
即可 (#35)
workPath
: 环境的工作目录 (可以是相对于nodejs-portable.exe
的相对路径)。customPaths
: 一组用于放入PATH
环境变量 的路径 (可以是相对于nodejs-portable.exe
的相对路径)。immediateMode
: 立即模式, 将其设置为true
来直接打开运行时环境。shell
: Shell to be used. Can becmd
(default) orpowershell
.
如果出现了异常, 请检查或提供
nodejs-portable.log
来获取更多信息.
Node.js Portable can be used through the command line to inject arguments directly to node:
$ nodejs-portable.exe --version
v9.5.0
Take a look into
nodejs-portable.log
if you have any issue.
- 安装 Go 1.12+
- 将 Go 加入你的 PATH 环境变量 (例如
C:\Go\bin
) - Install latest version of Mage
- Add Mage to your PATH
- Clone this repository
- Run
mage build
inside. The artifact will be available inbin
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues.
You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!
Thanks again for your support, it is much appreciated! 🙏
MIT。阅读 LICENSE
来获得更多细节。
USB 图标感谢 Dakirby309 。
中文翻译 Retomehere。