~/

Entries from 2013-09-29 to 1 day

Use local npm package for develpment

"dependencies": { "foo-bar": "*", }, "scripts": { "preinstall": "npm install /path/to/foo-bar", I'd like to Ruby's gem 'foo', path: '/path/to/foo-bar' in node. It works but not sure if there's any way.