angular2-jsonapi icon indicating copy to clipboard operation
angular2-jsonapi copied to clipboard

Can't clone from git url via npm due to src folder in npmignore

Open bekopharm opened this issue 7 years ago • 0 comments

I was going for a not yet merged feature branch today by using git url + branch annotation in package.json

This failed silent due to the line src in .npmignore introduced in 65aa57036c1b87381946cf6455f9b0e5e62534af rendering the successful install to node_modules/angular2-jsonapi/ useless.

Edith says: npm 5.6.0

Is there a particular reason to ignore the src folder for npm?

bekopharm avatar Jun 11 '18 08:06 bekopharm