node-path-changer
v1.0.3
Published
Changes nodejs's NODE_PATH env var programmatically
Downloads
2
Readme
node-path-changer
Changes the NODE_PATH env var programmatically.
How to use it?
Really simple:
// NodeJS only.
require('node-path-changer').changeNodePath('new/node/path');