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

Broken npm package #14

Closed
lolmaus opened this issue Mar 11, 2015 · 2 comments
Closed

Broken npm package #14

lolmaus opened this issue Mar 11, 2015 · 2 comments

Comments

@lolmaus
Copy link
Contributor

lolmaus commented Mar 11, 2015

The ember-highcharts addon could not be found at <project_path>/node_modules/ember-highcharts.

To reproduce:

  1. Remove the ember-highcharts entry from package.json.
  2. Remove the ember-highcharts subfolder from the node_modules folder.
  3. Run npm cache clean.
  4. Run npm install --save-dev ember-highcharts, which would install version 0.0.7 as of 2015-03-11.
  5. 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.

@ahmadsoe
Copy link
Owner

Should fixed by new version

@lolmaus
Copy link
Contributor Author

lolmaus commented Mar 11, 2015

Works now, thank you! 👍

Was it the existence of the gh-pages folder to blame? O_o

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

2 participants