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 semver pattern ^1.0.1 matches 1.2.0 so this is probably an issue on your end. All tests pass and a fresh install (npm 6.x should respect package-lock).
People like me, who are going to get a TypeError; have no idea how to solve it; spend time figuring out why that is; hit a few confounds; possibly hitting this issue to learn you need a fresh install despite the fact that their lock file (locked to 1.0.1) is valid.
All that time spent we could have done something better for others, whether our children or fellow developers.
Option 2: 5 minute.
You update your dependencies.
The fact that ^1.0.1 matches 1.2.0 is an argument loose as rabbit skin - your product doesn't work with 1.0.1 and you are leaving all of us in the mercy of utterly invisible logic and high-breakage potential.
Yep, lockfiles can be tricky that's for sure. Fortunately you've gleaned a good deal of knowledge you can use in the future. I'm sorry you feel strongly about webpack-dev-middleware being broken and not working. Unfortunately the issue was hiding on your end.
The tone and timber in your last message has taken on a bit of a high tension direction, so I'm going to lock this one to contributors for a bit.
webpack
locked as too heated and limited conversation to collaborators
May 28, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
This relates to #291
Code
Expected Behavior
Files being written to disk.
Actual Behavior
How can we reproduce the behavior?
It seems you only need to install the versions described above, with the config above.
More details.
With 3.1.3:
This seems to be the result of this PR #293
/lib/fs.js:
package.json
But that version of webpack-log does not export chalk. Version 1.2.0 does.
Fix:
Upgrade
webpack-log
to 1.2.0.The text was updated successfully, but these errors were encountered: