Skip to content

Commit

Permalink
Link to npm in named env (fixes #49)
Browse files Browse the repository at this point in the history
Add link to npm when creating a named environment
  • Loading branch information
astampoulis committed Oct 24, 2014
1 parent 71e3699 commit 9ec7b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ add_named_env () {
ensure_dir "$NAVE_ROOT/$name/share/man"

ln -sf -- "$NAVE_ROOT/$version/bin/node" "$NAVE_ROOT/$name/bin/node"
ln -sf -- "$NAVE_ROOT/$version/bin/npm" "$NAVE_ROOT/$name/bin/npm"
ln -sf -- "$NAVE_ROOT/$version/bin/node-waf" "$NAVE_ROOT/$name/bin/node-waf"
}

Expand Down

0 comments on commit 9ec7b34

Please sign in to comment.