Monday 12 June 2017

Global node module is still fetched from original directory

npm config get prefix returns

C:\Development\Node\AppData

but when I use a globally installed node module it still tries to use the dependencies in C:\Users\myuser\AppData

How should I set up the correct path to global modules in windows?



via Vincent

No comments:

Post a Comment