-
Notifications
You must be signed in to change notification settings - Fork 283
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
Cannot read properties of undefined (reading 'exportMode') #2552
Comments
I cannot reproduce this on my end. Can you give me more information about the environment you are executing this?
Does the build command works if you run it with |
Thanks for getting back to me.
I realize the problem because of tailwindcss. Event i just create new app
and do npm or pnpm run build. It will getting that error.
…On Fri, 20 Sep 2024 at 22:56 Helen Lin ***@***.***> wrote:
I cannot reproduce this on my end. Can you give me more information about
the environment you are executing this?
- Operating system
- node version
- npm version
- pnpm version
Does the build command works if you run it with npm command instead?
—
Reply to this email directly, view it on GitHub
<#2552 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJC4XRKCZX3LSQ5BYLHTOWLZXRAS5AVCNFSM6AAAAABORJPCQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRUGA2DGNBRGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm generating project with tailwind option. I can't reproduce the error you are getting |
Maybe this would help #2557 |
Not sure if this is the same issue as I was having, but try this. pnpm add |
This worked for me :) Thank you :) Also as a side note: I tried this with (at the time of writing) latest tailwindcss alpha of |
I think it worked up to alpha.21 |
Yes, it worked!
…On Mon, 7 Oct 2024 at 03:09 Ingólfur Valsson ***@***.***> wrote:
Maybe this would help #2557
<#2557>
Not sure if this is the same issue as I was having, but try this.
pnpm add ***@***.***
This worked for me :) Thank you :)
Also as a side note: I tried this with (at the time of writing) latest
tailwindcss alpha of ***@***.***, and the build still
fails even after performing the steps above. So for now, will keep it
locked to 17 for some reason.
I think it worked up to alpha.21
—
Reply to this email directly, view it on GitHub
<#2552 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJC4XRKLTSQBVEOQCEGZFC3Z2GKIZAVCNFSM6AAAAABORJPCQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGU3DSMJUGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hmm ok, will give this a try. Thanx 🙃 |
What is the location of your example repository?
No response
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
@shopify/hydrogen@latest
What version of Remix are you using?
No response
Steps to Reproduce
I create new application by running npm create @shopify/hydrogen@latest
Everything is good if i run pnpm run dev. but if i run pnpm run build. i got this error
Cannot read properties of undefined (reading 'exportMode') │
│ │
│ To investigate the issue, examine this stack trace: │
│ at getRenderedDependencies (.../node_modules/rollup/dist/es/shared/node-entry.js:16815) │
│ at render (.../node_modules/rollup/dist/es/shared/node-entry.js:16366) │
│ at (.../node_modules/rollup/dist/es/shared/node-entry.js:18049) │
│ at map │
│ at renderChunks (.../node_modules/rollup/dist/es/shared/node-entry.js:18049) │
│ at generate (.../node_modules/rollup/dist/es/shared/node-entry.js:18294) │
│ at processTicksAndRejections (node:internal/process/task_queues:95) │
│ at (.../node_modules/rollup/dist/es/shared/node-entry.js:20845) │
│ at async catchUnfinishedHookActions │
│ (.../node_modules/rollup/dist/es/shared/node-entry.js:20274) │
│ at build (.../node_modules/vite/dist/node/chunks/dep-DyBnyoVI.js:65391)
Expected Behavior
Need to build success
Actual Behavior
getting error like description
The text was updated successfully, but these errors were encountered: