You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running XO with this plugin in Node.js 16 gives this deprecation warning:
(node:7829) [DEP0128] DeprecationWarning: Invalid 'main' field in '/node_modules/eslint-config-xo-vue/package.json' of 'src/index.js'. Please either fix that or report it to the module author
(Use `node --trace-deprecation ...` to show where the warning was created)
The corresponding line should be removed from package.json;
Could this be fixed easily by someone?
I would like to continue using his package.
But it also seems that would not be enough?
> [email protected] format /Users/chrisspiegl/Sites/Projects/xxx/hosting/app
> xo
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Cannot read config file: /Users/chrisspiegl/Sites/Projects/xxxxx/hosting/app/node_modules/.pnpm/[email protected]_3b5a344e4d7d6beaf17afb480bfe6ecb/node_modules/eslint-config-xo-vue/index.js
Error: Package subpath './lib/rules/no-warning-comments' is not defined by "exports" in /Users/chrisspiegl/Sites/Projects/xxxxxx/hosting/app/node_modules/.pnpm/[email protected][email protected]/node_modules/eslint/package.json
Running XO with this plugin in Node.js 16 gives this deprecation warning:
The corresponding line should be removed from
package.json
;eslint-config-xo-vue/package.json
Line 7 in 4dfb471
The text was updated successfully, but these errors were encountered: