Created
February 27, 2015 17:45
-
-
Save ComFreek/3dcf8069b491ed022b6f to your computer and use it in GitHub Desktop.
How to use IO.js (with NPM and other tools relying on 'node' in PATH)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download `start-iojs-ps.bat` and put it in your project folder. | |
2. Download [IO.js](https://iojs.org/en/index.html) and put `iojs.exe` and `iojs.lib` into `[your-project-folder]/iojs`. | |
3. Rename `iojs.exe` to `node.exe`. | |
4. Whenever you want to use IO.js in a command line, simply start `start-iojs-ps.bat` by double-clicking it in Explorer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET mypath=%~dp0iojs | |
SET PATH=%mypath%;%PATH% | |
cls | |
powershell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment