Releases: crazy-max/nodejs-portable
Releases · crazy-max/nodejs-portable
2.2.0
- Resolve absolute paths in
customPaths
(Issue #30)
- Merge
gitPath
and pythonPath
in customPaths
(Issue #30)
- Remove
node_modules/npm
from PATH (Issue #30)
💡 UPGRADE NOTE : gitPath
and pythonPath
have been removed from the config file and must be moved to customPaths
🛡 VirusTotal analysis
2.1.2
- Upgrade to Go 1.9
- Add Building instructions (Issue #29)
- Add config file to customize Git and Python path (Issues #10 #29)
🛡 VirusTotal analysis
2.1.1
- Add NODE_PATH to the shell (Issue #29)
- Tmp folder not created while launching shell (Issue #28)
2.1.0
- Download zip format if exists
- Create Node.js configuration in
etc
folder
- Add cache path in root folder
- Bug while writing npmrc configuration
2.0.0
- BIG rewrite in Golang! (Issue #22)
- Use lessmsi instead of msiexec for long path issue
- Check Node.js version before downloading
- Automatically retrieve the latest stable version of Node.js as default choice
- Inject Node and Git (if exists) paths in system environment PATH while launching shell
- Add new release notification
- Add support guidelines
- MIT license
1.13
- Crash when invalid characters in PATH variable (Issue #26)
- Push to working directory (Issue #25)
- "\Git\cmd" syntax error on launch (Issue #23)
- Switch to Node.js 6.11.1
1.12
- Switch to Node.js 6.10.2
- Add CHANGELOG
1.11
- Bug with npm init command (Issue #21)
- Error after installing: Registry key not found (Issue #12)
1.10
- Prompt for choosing version and arch before install (Issue #20)
1.9
- Proxy support (Issue #16)
- Switch to Node.js 0.10.35 by default