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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I confirmed that downloading that directly does include the 0.0.2.
Any ideas on why this might be happening, or is an easy fix to just publish the correct version to npm (it looks like nothing from this commit made it onto the package hosted on npm: fdcb99d)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Love this project. Having an odd issue.
This is my package.json:
The version of carte-blanche on this github page includes this in the
package.json
:"extra-entry-webpack-plugin": "0.0.3",
For whatever reason,
package.json
when I install withyarn
looks like:When I install with
npm install
, I similarly get:extra-entry-webpack-plugin
v0.0.2 is therefore being used, which in turn is incompatible with webpack v2.If it helps, I'm seeing this in the
npm install
generatedpackage.json
:"_resolved": "https://registry.npmjs.org/carte-blanche/-/carte-blanche-0.3.1.tgz"
I confirmed that downloading that directly does include the 0.0.2.
Any ideas on why this might be happening, or is an easy fix to just publish the correct version to npm (it looks like nothing from this commit made it onto the package hosted on npm: fdcb99d)
The text was updated successfully, but these errors were encountered: