react-rainbow icon indicating copy to clipboard operation
react-rainbow copied to clipboard

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

Open Div-100 opened this issue 1 year ago • 0 comments

  • [x] 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:

  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):

  • OS: Windows NT (11)
  • Browser: Unrelated because the app is not starting, Chrome.
  • Runtime: NodeJS v21.1.0

Div-100 avatar Nov 14 '23 15:11 Div-100