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

npm run lint_js is failing #250

Closed
1 of 3 tasks
coliff opened this issue May 2, 2023 · 0 comments · Fixed by #251
Closed
1 of 3 tasks

npm run lint_js is failing #250

coliff opened this issue May 2, 2023 · 0 comments · Fixed by #251
Assignees
Labels
bug Something isn't working javascript Pull requests that update Javascript code

Comments

@coliff
Copy link
Member

coliff commented May 2, 2023

I'm submitting a ...

  • bug report
  • feature request
  • other (Please do not submit support requests here (below))
  1. Run npm run lint:js
  2. Error:
 0:0  error  Parsing error: require() of ES Module C:\....\main.css\node_modules\eslint-scope\lib\definition.js from C:\....\main.css\node_modules\babel-eslint\lib\require-from-eslint.js not supported.
Instead change the require of definition.js in C:\....\main.css\node_modules\babel-eslint\lib\require-from-eslint.js 
to a dynamic import() which is available in all CommonJS modules

✖ 1 problem (1 error, 0 warnings)

(node:14380) [ESLINT_PERSONAL_CONFIG_SUPPRESS] DeprecationWarning: '~/.eslintrc.*' config files have been deprecated. Please remove it or add 
'root:true' to the config files in your projects in order to avoid loading '~/.eslintrc.*' accidentally. (found in "..\..\..\.eslintrc")      
(Use `node --trace-deprecation ...` to show where the warning was created)
@coliff coliff added bug Something isn't working javascript Pull requests that update Javascript code labels May 2, 2023
@roblarsen roblarsen linked a pull request May 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants