-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remix 1.16 breaks yarn pnp #6288
Comments
I have added a minimal reproduction showing the issue. It's a complete blocker on version 1.16 for anyone using yarn pnp |
Related to #6259 |
We just published version |
My reproduction isn't working with this yet, but it did change the error, so possibly something different is broken (but I think related). However I did try force the version of
The new errors are a few that look like the following, issue seems to be with that version of esbuild importing the
|
@alisd23 since imranbarbhuiya/esbuild-plugins-node-modules-polyfill#111 is merged & released, your problem should be fixed as well if you do a clean install |
@MichaelDeBoey Nice, that works on my repro branch now - thanks for sorting that fix so fast! |
🤖 Hello there, We just published version Thanks! |
What version of Remix are you using?
1.16.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
yarn
remix build
orremix dev
Expected Behavior
Build should work as normal (works in remix 1.15.0)
Actual Behavior
Error when resolving a package via
esbuild-plugin-polyfill-node
Some new dependencies were added:
esbuild-plugin-polyfill-node
and a new dependency of that,import-meta-resolve
which seems to be the actual culprit.Seems like
import-meta-resolve
just does straight up not work with Yarn PnP, and it doesn't sound like they can easily fix that - see this issue.The text was updated successfully, but these errors were encountered: