Cannot Find Module 'block-stream'

186 views Asked by At

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?

1

There are 1 answers

1
Psychon Night On

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