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

peerDependency points to a non-existent version -> no way to install on npm 3 #1

Closed
bebraw opened this issue Jan 8, 2016 · 3 comments

Comments

@bebraw
Copy link
Contributor

bebraw commented Jan 8, 2016

Your package has set

  "peerDependencies": {
    "html-webpack-plugin": "2.x"
  }

The problem is that html-webpack-plugin doesn't have a 2.x version available yet. This causes the installation of html-webpack-template to fail on npm 3.

bebraw referenced this issue Jan 8, 2016
…gin@2

BREAKING CHANGE: is now an underscore template
@jaketrent
Copy link
Owner

@bebraw Thanks for the notice.

I have pushed two dist-tags to npm:

{ latest: '2.5.2', beta: '3.0.2' }

Default installs now go to latest. To try out the beta,

npm install html-webpack-template@3

Thanks for your help.

@bebraw
Copy link
Contributor Author

bebraw commented Jan 8, 2016

@jaketrent Ok, cool. I brought this up as it had potential to break things for guys going through http://survivejs.com/webpack_react/webpack_and_react/ . 👍

Thanks for the fast fix!

@jaketrent
Copy link
Owner

@bebraw Sweet tutorial! That looks really nice. Happy to be a part of it. Sorry for any disruption.

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