Is there a way to force node / npm to use globally installed modules if both global and local versions exist?

As I understand it, if the NPM module is installed both globally and locally, then the local version will be used.

Is there a way to force the use of the global version if they exist?

+3


source to share





All Articles