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
npm i -d @huntabyte/eslint-plugin @huntabyte/eslint-config eslint eslint-plugin-svelte svelte-eslint-parser
Results in the error below for @huntabyte/eslint-config
npm error Could not resolve dependency:
npm error peer eslint@"npm:eslint-ts-patch@9.5.0-0" from @huntabyte/eslint-config@0.3.2
npm error node_modules/@huntabyte/eslint-config
npm error @huntabyte/eslint-config@"*" from the root project
A direct git install works on the other hand.
npm i -d git+https://github.com/huntabyte/eslint-config.git
It might be just the package.json and lock file that are out of sync in the latest release.
The text was updated successfully, but these errors were encountered:
E.g. trying:
Results in the error below for
@huntabyte/eslint-config
A direct git install works on the other hand.
It might be just the package.json and lock file that are out of sync in the latest release.
The text was updated successfully, but these errors were encountered: