auth0 / node-jws

JSON Web Signatures
http://self-issued.info/docs/draft-ietf-jose-json-web-signature.html
MIT License
709 stars 108 forks source link

build error while using jsonwebtokens in Angular6 #78

Closed venkatesh-thatham closed 6 years ago

venkatesh-thatham commented 6 years ago

ERROR in ./node_modules/jws/lib/verify-stream.js Module not found: Error: Can't resolve 'stream' in 'E:\My Code\mycode\pwa\node_modules\jws\lib' ERROR in ./node_modules/jws/lib/data-stream.js Module not found: Error: Can't resolve 'stream' in 'E:\My Code\mycode\pwa\node_modules\jws\lib' ERROR in ./node_modules/jws/lib/sign-stream.js Module not found: Error: Can't resolve 'stream' in 'E:\My Code\mycode\pwa\node_modules\jws\lib'

omsmith commented 6 years ago

Ref: https://github.com/brianloveswords/node-jwa/issues/28