-
Notifications
You must be signed in to change notification settings - Fork 220
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
[4.0.0-rc.4] Cannot create property 'colors' #375
Comments
Looks like a regression introduced by #356 , fixing this ASAP |
I'm pretty sure the PR above fixes it, but I can't even reproduce the bug in the first place. I tried to add |
thx for the fast reply :) I am currently on the go but I will check it latest by tomorrow :) not sure yet how as locally it's flaky - it fail like only 10% of the time... on circleci it fails always... |
ok did a new install of all node_modules and had the error now locally too (also I had it now always) the proposed fix in #376 solves it indeed 👍 |
Using 4.0.0.-rc.4 I get an error
Can not load "webpack"!
Expected Behavior
Successful compile as with
4.0.0.-rc.2
https://circleci.com/gh/open-wc/open-wc/291
Actual Behavior
with
4.0.0.-rc.4
Can not load "webpack"!
TypeError: Cannot create property 'colors' on string 'errors-only'
https://circleci.com/gh/open-wc/open-wc/290
The text was updated successfully, but these errors were encountered: