createHmac icon indicating copy to clipboard operation
createHmac copied to clipboard

Error in RN

Open giovanischiar opened this issue 7 years ago • 3 comments

error: bundling failed: Error: Unable to resolve module stream from /Users/giovani/getapp/node_modules/cipher-base/index.js: Module does not exist in the module map

giovanischiar avatar Aug 28 '18 19:08 giovanischiar

this is almost certainly an error with whatever you are using to bundle stuff up

calvinmetcalf avatar Aug 28 '18 19:08 calvinmetcalf

I'm seeing the same React Native's (0.60) metro bundler trying to import import createHmac from 'create-hmac';: error: bundling failed: Error: Unable to resolve module stream from .../node_modules/cipher-base/index.js: Module stream does not exist in the Haste module map

danactive avatar Oct 22 '19 17:10 danactive

I'm here for the same issue.

Code fails here:

var Transform = require('stream').Transform

Error:

Error: ./node_modules/cipher-base/index.js
Module not found: Error: Can't resolve 'stream' in '/node_modules/cipher-base'

AckerApple avatar May 14 '21 15:05 AckerApple