about summary refs log tree commit diff stats
path: root/profile/nodejs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/nodejs.sh')
-rw-r--r--profile/nodejs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/profile/nodejs.sh b/profile/nodejs.sh index 224dbbe..3168930 100644 --- a/profile/nodejs.sh +++ b/profile/nodejs.sh
@@ -1,3 +1,6 @@
1# node.js environment 1# node.js environment
2 2
3execp npm || return
4
3export npm_config_prefix="$LOCAL_PREFIX" 5export npm_config_prefix="$LOCAL_PREFIX"
6path_add_to_PATH "$(npm config get prefix)/bin"