-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
Yarn loader throws dependency error #415
Comments
Hi, Thank you for reporting this issue, There is no import of |
Repo with issue |
Thank you, 🙏🏼 |
Hi 👋
Thanks for you help ! |
Are you sure? Can you try older version? |
@felixmosh I am getting this with
|
@JasonMan34 the API packages only resolves the path of |
@felixmosh I understand that, but this still causes errors when using yarn. Yarn considers accessing the Also, the error that yarn is referring to is a relevant and potentially dangerous one I would make a PR that addresses this issue, but I am unsure of exactly what kind of dependency |
@JasonMan34 You should install |
Interesting, Either way, I don't understand why you wouldn't want to list
|
oh, I see from your screenshot now that your local code is using Apologies for the misconfigured repro, I thought that using |
I will test asap |
@JasonMan34 I'm able to reproduce the issue with pnp, if I'll define Can you open a new issue that describes the issue with pnp? |
Listing it as a peerDep should solve the issue |
When using esm imports and having
"type":"module"
in package.jsonThe text was updated successfully, but these errors were encountered: