You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [email protected] build /Users/zen/Code/web3c.js
> webpack-command --entry ./index.browser.js --output output/web3c.js
ℹ 「webpack」: Starting Build
ℹ 「webpack」: Build Finished
webpack v4.26.0
f426ec53caa9eb018dd4
size name module status
202 B 2 ./index.browser.js built
1.88 kB 3 ./web3c/index.js built
3.54 kB 4 ./web3c/confidential.js built
8.42 kB 5 ./web3c/confidential_provider.js built
7.29 kB 6 ./web3c/key_manager.js built
15 B 7 crypto (ignored) built
1.21 kB 8 ./crypto/subtle/mrae_box.js built
3.48 kB 9 ./crypto/subtle/siv_ctr.js built
489 B 14 (webpack)/buildin/global.js built
497 B 24 (webpack)/buildin/module.js built
15 B 149 util (ignored) built
15 B 151 util (ignored) built
15 B 176 buffer (ignored) optional built
15 B 221 crypto (ignored) optional built
Δt 4594ms (6 assets, 281 modules hidden)
./node_modules/web3-providers-ws/src/index.js
0:0 error Module not found: Error: Can't resolve 'websocket' in
'/Users/zen/Code/web3c.js/node_modules/web3-providers-ws/src'
✖ 1 problem (1 error, 0 warnings)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `webpack-command --entry ./index.browser.js --output output/web3c.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.```
The text was updated successfully, but these errors were encountered:
git clone
npm install
npm run-script build
The text was updated successfully, but these errors were encountered: