1
0
Fork 0
forked from cisti/infra
infra/roles/stable/nodejs/templates/npm.sh.j2

4 lines
164 B
Text
Raw Normal View History

2020-09-28 01:44:06 +02:00
export PATH=$PATH:{{ npm_config_prefix }}/bin
export NPM_CONFIG_PREFIX={{ npm_config_prefix }}
export NODE_PATH=$NODE_PATH:{{ npm_config_prefix }}/lib/node_modules