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

Better error message when trying to build using npm@2 #30

Open
cowboyd opened this issue Oct 24, 2016 · 0 comments
Open

Better error message when trying to build using npm@2 #30

cowboyd opened this issue Oct 24, 2016 · 0 comments

Comments

@cowboyd
Copy link

cowboyd commented Oct 24, 2016

npm@2 is the default version of npm install all the way up to node v4, but it does not install dependencies in a flat tree; a behavior on which ember-d3-helpers has a hard dependency.

This means that when you do try and build using node <= 4.x, you get very cryptic errors as documented in #29

It would make it much nicer if you got a concise error message on ember install ember-d3-helpers that it will not work with the current version of npm and which versions it is known to be compatible with and instructions on where to start.

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

No branches or pull requests

1 participant