Compiled with problems:X
ERROR in ./node_modules/caver-js/packages/caver-core-requestmanager/caver-providers-http/src/index.js 31:13-28
Module not found: Error: Can't resolve 'http' in '/Users/dany/workspace/si/aniverse-stake-react/node_modules/caver-js/packages/caver-core-requestmanager/caver-providers-http/src'
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: { "http": require.resolve("stream-http") }'
- install 'stream-http'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "http": false }
ERROR in ./node_modules/caver-js/packages/caver-core-requestmanager/caver-providers-http/src/index.js 33:14-30
Module not found: Error: Can't resolve 'https' in '/Users/dany/workspace/si/aniverse-stake-react/node_modules/caver-js/packages/caver-core-requestmanager/caver-providers-http/src'
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: { "https": require.resolve("https-browserify") }'
- install 'https-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "https": false }
ERROR in ./node_modules/caver-js/packages/caver-core-requestmanager/caver-providers-ws/src/helpers.js 14:14-28
Module not found: Error: Can't resolve 'url' in '/Users/dany/workspace/si/aniverse-stake-react/node_modules/caver-js/packages/caver-core-requestmanager/caver-providers-ws/src'
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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
...
위와 같은 내용으로 빌드가 되지 않습니다.
버전정보는 아래와 같습니다.
“caver-js”: “^1.8.1”,
react": “^17.0.2”,
browser에서 사용하기 위한 작업 (caver-js 사전빌드 및 html에 import)는 문서참고해서 처리해두었습니다.
다른 문제가 있을까요?