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

package.json was not found Warning #312

Closed
Stanzilla opened this issue Jan 31, 2025 · 0 comments · Fixed by #313
Closed

package.json was not found Warning #312

Stanzilla opened this issue Jan 31, 2025 · 0 comments · Fixed by #313

Comments

@Stanzilla
Copy link

When running eslint with the debug flag, I get the following error/warning in the log:

173Z eslintrc:config-array-factory Loading plugin "oxlint" from /Users/me/projects/work/yyy/packages/tools/eslint/config.js
2025-01-31T11:30:16.173Z eslintrc:config-array-factory package.json was not found: Package subpath './package.json' is not defined by "exports" in /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/package.json
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Loaded: eslint-plugin-oxlint (/Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs)
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Plugin /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs loaded in: 0ms
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Loading plugin "oxlint" from /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs
2025-01-31T11:30:16.173Z eslintrc:config-array-factory package.json was not found: Package subpath './package.json' is not defined by "exports" in /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/package.json
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Loaded: eslint-plugin-oxlint (/Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs)

not sure if it is really an issue but wanted to report it in case it is.

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

Successfully merging a pull request may close this issue.

1 participant