-
Notifications
You must be signed in to change notification settings - Fork 2
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
Breaks with Stylelint 16.x #5
Comments
SyntaxError [uncaught]: |
Seems stylelint outputs to stderr instead of stdout, so easy fix. |
Nudging this issue. I could sure use @yphoenix 's fix for this. |
Util it is merged.... Go to ~/Library/Application\ Support/Nova/Extensions/com.neelyadav.stylelint/Scripts and edit the main.dist.js file.. around line 454 change |
That does not fix it for me. Using stylelint 15.11.0 in my package.json for my project. If I update stylelint to 16.1.0, I get an error:
|
What version of node are you using? &&= came in with node v15 and stylelint 16.x needs 18.12.0 or newer |
Upgraded to 18.17.1 and made the code edit. I'm still getting the crash. |
Maybe there is something amiss about the node_modules associated with your stylelint install. It's the extension that is using the meow node module. The version I have installed in So I did:
To update the associated modules |
I wonder what version of meow you have installed as the code you are showing for the error doesn't match the code in meow/index.js |
After bumping dependencies in Batteries, the initial crash is gone, but now I get a new error in the Extension Console:
|
Thanks @yphoenix ! Has the dev abandoned this project? Maybe your fork should take over? |
Everything worked upto 15.x, with 16.x everything breaks.
Should be easy to reproduce.
The text was updated successfully, but these errors were encountered: