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

Could not find module d3 imported from ember-cli-nvd3/components/nvd3-chart #10

Open
jonathanjansen opened this issue Aug 2, 2016 · 5 comments
Labels

Comments

@jonathanjansen
Copy link

I receive the following error:

Uncaught Error: Could not find module d3 imported from ember-cli-nvd3/components/nvd3-chart

I am running a clean install
ember-cli : 2.7.0
node: 6.2.2
win 10 x64

it looks like all the correct dependencies for node and bower have installed and the project build fine but when i try render a graph I get the above error.

@offirgolan
Copy link
Owner

@jonathanjansen are you on the latest version of this lib?

@jonathanjansen
Copy link
Author

@offirgolan Hi I am on 0.1.2

@offirgolan
Copy link
Owner

@jonathanjansen Im sorry for the delay in getting this resolved. There are some bigger underlying issue at play which involve a couple peer dependencies needed to be updated in order to get everything working. In the mean time, a quick fix to get this to work is the following:

ember i ember-cli-nvd3
npm i ember-d3

@dhdemerson
Copy link

Thanks for your help @offirgolan. FWIW the above quick fix did not work for me on 2.7.0. Still seeing the same error.

@mtudor
Copy link

mtudor commented Jul 12, 2017

Hi guys, just to add that the "quick fix" didn't work for me, but a slight modification did:

ember i ember-cli-nvd3
npm i ivanvanderbyl/ember-d3#v3

Without the branch specified (#v3), the wrong version of ember-d3 / d3 was being installed (4.x instead of 3.x).

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

No branches or pull requests

4 participants