Clean up group names. Fix mineos
This commit is contained in:
3
roles/ansible-role-nodejs/templates/npm.sh.j2
Normal file
3
roles/ansible-role-nodejs/templates/npm.sh.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
export PATH={{ npm_config_prefix }}/bin:$PATH
|
||||
export NPM_CONFIG_PREFIX={{ npm_config_prefix }}
|
||||
export NODE_PATH=$NODE_PATH:{{ npm_config_prefix }}/lib/node_modules
|
||||
Reference in New Issue
Block a user