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 May 10, 2021. It is now read-only.
When I add uport-connect to an Angular app, I get the following compilation errors:
ERROR in ./node_modules/qr-image/lib/qr.js
Module not found: Error: Can't resolve 'stream' in '<app>/node_modules/qr-image/lib'
ERROR in ./node_modules/qr-image/lib/png.js
Module not found: Error: Can't resolve 'zlib' in '<app>/node_modules/qr-image/lib'
Steps to reproduce the behavior:
create a new Angular app
$ ng new uc
$ cd uc
Add uport-connect
$ yarn add uport-connect
Start the app
$ yarn start
You will see compilation errors
The text was updated successfully, but these errors were encountered:
I was facing the same issue as above,but i resolved it by :-npm i stream and npm i zlib
but now i'm facing issue : ERROR in ./node_modules/zlib/lib/zlib.js
Module not found: Error: Can't resolve './zlib_bindings' in '/home/codezeros-developer/Desktop/shraddha/did/demo/test/test1/node_modules/zlib/lib'.
When I add
uport-connect
to an Angular app, I get the following compilation errors:Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: