On Sat, Sep 20, 2014 at 7:33 PM, Jérémy Lal <[email protected]> wrote:
> * npm actually discourages "npm install -g" in favor of > cd thismodule; npm link > cd thatmodule; npm link thismodule > I think npm encourages using `npm install` which would put dependencies in a local folder called "node_modules" and would generally discourage use of `npm link`, unless you are developing a module and using npm link to test it while you develop it. Even then, most people do not use npm link.
_______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
