Closed cowboyd closed 8 years ago
Looks like all of the dependent d3 modules are in node_modules/d3/node_modules
, not node_modules
~/C/E/ember-d3-helpers git:master ❯❯❯ ls -d node_modules/d3/node_modules/* ✱
node_modules/d3/node_modules/d3-array node_modules/d3/node_modules/d3-dsv node_modules/d3/node_modules/d3-polygon node_modules/d3/node_modules/d3-time
node_modules/d3/node_modules/d3-axis node_modules/d3/node_modules/d3-ease node_modules/d3/node_modules/d3-quadtree node_modules/d3/node_modules/d3-time-format
node_modules/d3/node_modules/d3-brush node_modules/d3/node_modules/d3-force node_modules/d3/node_modules/d3-queue node_modules/d3/node_modules/d3-timer
node_modules/d3/node_modules/d3-chord node_modules/d3/node_modules/d3-format node_modules/d3/node_modules/d3-random node_modules/d3/node_modules/d3-transition
node_modules/d3/node_modules/d3-collection node_modules/d3/node_modules/d3-geo node_modules/d3/node_modules/d3-request node_modules/d3/node_modules/d3-voronoi
node_modules/d3/node_modules/d3-color node_modules/d3/node_modules/d3-hierarchy node_modules/d3/node_modules/d3-scale node_modules/d3/node_modules/d3-zoom
node_modules/d3/node_modules/d3-dispatch node_modules/d3/node_modules/d3-interpolate node_modules/d3/node_modules/d3-selection
node_modules/d3/node_modules/d3-drag node_modules/d3/node_modules/d3-path node_modules/d3/node_modules/d3-shape
@cowboyd thanks for filing this - you need to upgrade to npm v3.x for ember-d3
to work (a major dependency of this library). I will update the readme with this info.
Confirm, you'll need to clear out node_modules
, upgrade npm to 3+, then reinstall. The main difference is where npm 2 and 3 store dependencies, which ember-d3
explicitly relies on.
Thanks for the help! That did the trick. I opened an issue to improve the error messaging which might save users half an hour or so down the road.
Using a fresh clone of master and Using node
4.2.6
, the dummy application issues compiler warnings and then fails to boot.When I boot the application, This is what I see.