node.js - How to relocate global packages? -




in process of getting familiar npm, ive installed bunch of stuff globally, including angular cli - users directory on windows (c:\users...)

how can either relocate directory or uninstall , reinstall different folder?

you 1 one by

npm uninstall angular-cli  npm -g install angular-cli 

without -g interact current directory package.json while -g globally (your %user_profile%)





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -