nexxtway / react-rainbow

🌈 React Rainbow Components. Build your web application in a snap.
https://react-rainbow.io
MIT License
1.79k stars 112 forks source link

Package not found on file system, but is built into node error. #2631

Open Div-100 opened 9 months ago

Div-100 commented 9 months ago

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:

  1. Import the module
  2. 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):