-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
import-meta-resolve
dependency breaks Yarn 4 Plug'n'Play/Zero-installs
#11578
Comments
Yarn PnP is broken, and we don't support it — if it ever worked, it was by accident. It is a frequent source of misery for OSS maintainers, and we strongly recommend using |
I'm using pnpm and getting same error after bumping from v2 to v2.3
|
Solved it... I didn't have this dev dependency:
So I was getting the dummy.js error posted above (not the nicest error!). I had missed this migration step for kit v2:
|
…t package Simplifies code a bit around usage locations in our own code, and solves some issues people may have with their setups closes #11578
Describe the bug
Yarn 4 Plug'n'Play/Zero-installs were supported up until SvelteKit 2.0.7.
Downgrading with yarn add -D @sveltejs/kit@2.0.7 resolves any issue with Yarn 4 Plug'n'Play/Zero-installs.
Ever since SvelteKit 2.0.8, Plug'n'Play/Zero-installs are no longer supported due to the incompatibility with
import-meta-resolve
.Reproduction
create-svelte
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: