Skip to content
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

stylelint fails with meow #243

Open
mschrading opened this issue Jan 27, 2024 · 0 comments
Open

stylelint fails with meow #243

mschrading opened this issue Jan 27, 2024 · 0 comments

Comments

@mschrading
Copy link

mschrading commented Jan 27, 2024

I have phpstorm Version 2023.3 with
node v20.11.0
npm 10.3.0

and this package.json :

.
.
"devDependencies": {
"eslint": "^8.56.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"stylelint": "^16.2.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-order": "^6.0.4"
},
"dependencies": {
"eslint-config-xbsoftware": "^5.0.0-alpha.3",
"grunt-banner": "^0.6.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-css": "^0.4.1",
"grunt-json-minify": "^1.1.0",
"grunt-minjson": "^0.4.0",
"grunt-remove-comments": "^0.1.6",
"grunt-remove-logging": "^0.2.0",
"js-yaml": "^4.1.0",
"stylelint-config-standard": "^36.0.0",
"uglify-js": "^3.17.4"
}

everything has been installed but I get this error for configuring in phpstorm:

/node_modules/meow/build/index.js:29 description &&= help ? \n ${description}\n:\n${description}`;
^^^

SyntaxError: Unexpected token '&&='
at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18)

Process finished with exit code 1`

Maybe somebody got a similar problem and resolved it.

thank you
Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant