public-health-ch/ansible/roles/geerlingguy.nodejs/templates/npm.sh.j2

4 lines
164 B
Text
Raw Normal View History

2017-04-24 16:09:26 +00:00
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