You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ember-highcharts addon could not be found at <project_path>/node_modules/ember-highcharts.
To reproduce:
Remove the ember-highcharts entry from package.json.
Remove the ember-highcharts subfolder from the node_modules folder.
Run npm cache clean.
Run npm install --save-dev ember-highcharts, which would install version 0.0.7 as of 2015-03-11.
Run ember s.
You'll see the error and Ember will not start.
I can see that node_modules/ember-highcharts lacks an index.js.
At the same time, when i use 0.0.5 or git://github.com/lolmaus/ember-highcharts.git (my fork for #9) as ember-highcharts version, Ember runs fine.
The text was updated successfully, but these errors were encountered:
To reproduce:
ember-highcharts
entry frompackage.json
.ember-highcharts
subfolder from thenode_modules
folder.npm cache clean
.npm install --save-dev ember-highcharts
, which would install version0.0.7
as of 2015-03-11.ember s
.You'll see the error and Ember will not start.
I can see that
node_modules/ember-highcharts
lacks anindex.js
.At the same time, when i use
0.0.5
orgit://github.com/lolmaus/ember-highcharts.git
(my fork for #9) asember-highcharts
version, Ember runs fine.The text was updated successfully, but these errors were encountered: