Skip to content

Commit

Permalink
install node stable rather than old 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Feb 10, 2017
1 parent 0176d82 commit d173ff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
## v4.4.0
* cleanup readme and alphabetize software installation for better fork management and listing
* disable vim YouCompleteMe Bundle (wasn't using it anyway and was causing installation problems on some machines)

* remove yo, generator-dockerize, box-sync from software installs
* install node stable (rather than old 4.x.x version)

## v4.3.0
* vim installation fix
* Enable firewall
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ fi
require_brew nvm

# nvm
require_nvm 4.4.7
require_nvm stable

# always pin versions (no surprises, consistent dev/build machines)
npm config set save-exact true
Expand Down

0 comments on commit d173ff5

Please sign in to comment.