karma-requirejs icon indicating copy to clipboard operation
karma-requirejs copied to clipboard

Installation fails with NPM 3

Open ghost opened this issue 9 years ago • 1 comments

Running npm install fails on Node.js >= 5 because NPM v3 doesn't install peerDependencies automatically (https://docs.npmjs.com/files/package.json#peerdependencies).

The dependency requirejs is needed by the project but it's set as a peer dependency.

ghost avatar Oct 03 '16 11:10 ghost

Reopening because this is a valid issue.

natlibfi-arlehiko avatar Oct 07 '16 07:10 natlibfi-arlehiko