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
#!/usr/bin/env bash | |
# | |
# Run nvmish in your current project directory to use the version of io.js/Node | |
# as specified in package.json. It will also install that version, if not | |
# already installed. | |
# | |
# If package.json specifies engines.iojs, uses the corresponding version of | |
# io.js, otherwise, if package.json specifies engines.node, uses the | |
# corresponding version of Node.js. | |
# |