You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Describe the bug
A clear and concise description of what the bug is.
When using the module with remix.run and hydrogen, certain modules are not found, namely path, stream and fs. It has the following error message - The package "x" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
I do not have any place where I could put platform: 'node'.
Please note that I am using the component with Remix.run and Shopify Hydrogen.
To Reproduce 🕹
Steps to reproduce the behavior:
Import the module
Use it
Expected Behavior 🤔
There should not be an error
Current Behavior 😯
Error is thrown
Context 🔦
What are you trying to accomplish? How has this issue affected you?
Just trying to use the module. It worked prior to updating remix/server-runtime to 2.2.0 (It was at 1.19.0 before)
Your Environment 🌎
Desktop (please complete the following information):
OS: Windows NT (11)
Browser: Unrelated because the app is not starting, Chrome.
Runtime: NodeJS v21.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
When using the module with remix.run and hydrogen, certain modules are not found, namely path, stream and fs. It has the following error message -
The package "x" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
I do not have any place where I could put
platform: 'node'
.Please note that I am using the component with Remix.run and Shopify Hydrogen.
To Reproduce 🕹
Steps to reproduce the behavior:
Expected Behavior 🤔
There should not be an error
Current Behavior 😯
Error is thrown
Context 🔦
What are you trying to accomplish? How has this issue affected you?
Just trying to use the module. It worked prior to updating remix/server-runtime to 2.2.0 (It was at 1.19.0 before)
Your Environment 🌎
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: