0

I'm trying to make a new react-js site using npx create-react-app The Error I get is Error: Cannot find module 'block-stream' I redownloaded node and tried again but still getting the same error what can I try to fix this?

beom
  • 1

1 Answers1

0

Correct me if I'm wrong on anything here, I'm not really a React or Node developer.

However, I'd guess, if it's an addon or additional package, it may not be installed by default. You might try figuring out if you can install it, somehow.

I don't know if this is what you meant, but I did find this webpage with some details on installing it.

In addition, if you don't want to use blockstream, and didn't intentionally include it, and this error is being shown to you for seemingly no reason, I'd suggest looking through your codebase to find any references to that code.

I wish you luck :)

Psychon Night
  • 53
  • 1
  • 8
  • I might try this.. But I'm also not familiar with this error. Moreover, there are not much to find information about this. But thank you for your idea – beom Jun 03 '22 at 02:14