We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}`; ^^^
/node_modules/meow/build/index.js:29 description &&= help ?
:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: