-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am getting the following errors when I try to run this version.
Using Node 16.3.2.
Steps to reproduce:
- git clone
- npm install
- npm start
- Errors display in web-browser and terminal
ERROR in ./node_modules/cipher-base/index.js 3:16-43
Module not found: Error: Can't resolve 'stream' in '/Users/j/Developer/pnyx/node_modules/cipher-base'
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
- install 'stream-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "stream": false }
ERROR in ./node_modules/keccak/lib/api/keccak.js 3:4-21
Module not found: Error: Can't resolve 'stream' in '/Users/j/Developer/pnyx/node_modules/keccak/lib/api'
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
- install 'stream-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "stream": false }
ERROR in ./node_modules/keccak/lib/api/shake.js 3:4-21
Module not found: Error: Can't resolve 'stream' in '/Users/j/Developer/pnyx/node_modules/keccak/lib/api'
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
- install 'stream-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "stream": false }
Metadata
Metadata
Assignees
Labels
No labels