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 has been archived by the owner on Sep 28, 2022. It is now read-only.
in Vue, everything works fine in the browser. When I do so with Angular 11, I get a whole host of unresolved module errors. The list includes crypto, os, stream, and so forth.
Error: ./node_modules/web3-eth-accounts/src/index.js
Module not found: Error: Can't resolve 'crypto' in . . .
Is the dai.js module not packaged in a way that Angular's compiler can read it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's odd - when I
in Vue, everything works fine in the browser. When I do so with Angular 11, I get a whole host of
unresolved module
errors. The list includescrypto
,os
,stream
, and so forth.Is the
dai.js
module not packaged in a way that Angular's compiler can read it?The text was updated successfully, but these errors were encountered: