-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
@jonathanjansen are you on the latest version of this lib? |
@offirgolan Hi I am on 0.1.2 |
@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:
|
Thanks for your help @offirgolan. FWIW the above quick fix did not work for me on |
Hi guys, just to add that the "quick fix" didn't work for me, but a slight modification did:
Without the branch specified (#v3), the wrong version of ember-d3 / d3 was being installed (4.x instead of 3.x). |
I receive the following error:
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.
The text was updated successfully, but these errors were encountered: