diff --git a/source/50_node.sh b/source/50_node.sh index afa6a03e44..9c30b1e67b 100644 --- a/source/50_node.sh +++ b/source/50_node.sh @@ -25,7 +25,15 @@ function nave_install() { } # Global npm modules to install. -npm_globals=(grunt-cli grunt-init linken bower node-inspector yo) +npm_globals=( + bower + ember-cli + grunt-cli + grunt-init + linken + node-inspector + yo +) # Update npm and install global modules. function npm_install() {