pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.41k stars 290 forks source link

stylelint fails with meow #243

Open mschrading opened 5 months ago

mschrading commented 5 months ago

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