dont-break icon indicating copy to clipboard operation
dont-break copied to clipboard

Install module's repo not just NPM module

Open bahmutov opened this issue 8 years ago • 3 comments

Via https://github.com/bahmutov/npm-utils/issues/32

bahmutov avatar Nov 01 '16 03:11 bahmutov

Also, instead of copying this module's files, remove the existing package in the dependent and then run npm install <this folder>

bahmutov avatar Nov 01 '16 04:11 bahmutov

module's master branch may be broken at time of test. if possible, should install the release tag.

amir-arad avatar Nov 01 '16 14:11 amir-arad

Good point @amir-arad - thanks for noticing! In fact it probably should lookup the dependent module, see which version of current module it uses and then clone the repo at that particular tag. Hmm, but I do want to check the latest master, because it is more likely to be upgraded to newer version of the dependency, rather than an old release. Hmm, seems there are different behaviors possible.

bahmutov avatar Nov 01 '16 14:11 bahmutov