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
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Hello,
Looks like the update from a couple hours ago could be bringing in a bug with a downstream dependency.
Dependencies go:
webpack 1.5.1depends onnode-libs-browser ~0.4.0node-libs-browser 0.4.2depends oncrypto-browserify ^3.9.13crypto-browserify 3.9.13depends ondiffie-hellman ^3.0.1diffie-hellman 3.0.1breaksError in browser is:
Cannot find module "./lib/primes", which is required fromdiffie-hellman/browser.jsLooks like there exists a
./lib/primes.jsonin that package, so maybe configuring webpack to auto check ".json" suffixes would work, I'll try that.Will also learn about
npm-shrinkwrapafter this.Any other tips for resolving issue? Thank you.