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 had looked a bit at this in my fork and wasn't quite sure what the best solution would be. It seems to have carried over to this repo
packages/kit lint$ eslint --ignore-path .gitignore "src/**/*.{ts,mjs,js,svelte}" && npm run check-format │ packages/kit/src/api/build/index.js │ 8:20 error Unable to resolve path to module '@sveltejs/vite-plugin-svelte' import/no-unresolved │ packages/kit/src/api/dev/index.js │ 15:20 error Unable to resolve path to module '@sveltejs/vite-plugin-svelte' import/no-unresolved │ ✖ 2 problems (2 errors, 0 warnings)
The text was updated successfully, but these errors were encountered:
Seems related (if not duplicate) of #413?
Sorry, something went wrong.
this is working now
No branches or pull requests
I had looked a bit at this in my fork and wasn't quite sure what the best solution would be. It seems to have carried over to this repo
The text was updated successfully, but these errors were encountered: