-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot read property 'errored' of undefined #18
Comments
Same here using the following versions,
|
So I've found that the error started to show up with stylelint 7.4.0. It can be reproduced by cloning latest master and running tests with It seems that starting from that version, stylelint requires that the The PR I've just sent has the intention of fixing this problem by prepending the Not sure if this is the best approach in regards to broccoli best practices, but got some inspiration based on the eslint plugin, although improved it to use the broccoli-node-info wrapper. @billybonks what do you think? |
Hey guys, i really need to setup a watcher for issues created on the repo 👍 just wanted to let you know that i am going to look through all of this and get back to you very soon @pfmmfp thanks for the prerequisite research |
HI guys, any news on this one? Is there a way to do a temporary fix? |
so i have released for now we will be on stylelint version 7.3 i will work with @pfmmfp to solve this asap so we can get new versions :) |
@amk221 so i merged @pfmmfp's pull request but would like to make sure it works with your setup. since it is the most interesting one billybonks/ember-cli-stylelint#3. can you test this for us change the dependency in ember
|
@billybonks Thanks, I tried that and it worked. |
Worked for me too. Thanks! |
I'm seeing this again now, on latest ember-cli-stylelint. Does anyone know of a fix? |
I moved away from ember-cli-stylelint and therefore also broccoli-stylint, in favour of adding this to package.json in our app
|
@amk221 that removes the unit tests for failing stylelint though, which I think is nice to have. |
@rwwagner90 Sorry I should have clarified
..mind you I suppose you will miss them in the browser. My bad. |
@amk221 you still lose the ability to generate unit tests for failing stylelint is what I mean. I like how ember-cli-stylelint and ember-cli-eslint generate unit tests for you. |
will aim to have this resolved by this time tomorrow, still working on my end :/ |
This morning our builds started failing, with this error:
The text was updated successfully, but these errors were encountered: