Created
October 26, 2015 18:57
-
-
Save josephabrahams/46a638fcdd97701aef33 to your computer and use it in GitHub Desktop.
Use .nvmrc with CircleCI
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
machine: | |
post: | |
- nvm use && nvm alias default $(nvm current) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would personally run
npm install
instead ofnvm use
.So if it's already installed it just use it, if not it install then use it.