Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails with NPM 3 #52

Open
natlibfi-arlehiko opened this issue Oct 3, 2016 · 1 comment
Open

Installation fails with NPM 3 #52

natlibfi-arlehiko opened this issue Oct 3, 2016 · 1 comment

Comments

@natlibfi-arlehiko
Copy link

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.

@natlibfi-arlehiko
Copy link
Author

Reopening because this is a valid issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant