NPM
Last updated
Was this helpful?
Last updated
Was this helpful?
Symlink a npm package that live outside of node_modules
Group package together with npm scope
symlinking is a 2 step process
install packages directly from GitHub:
npm install express
can be alternatively done like this: npm install git+https://github.com/visionmedia/express.git
npm view