createHmac
createHmac copied to clipboard
Error in RN
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
this is almost certainly an error with whatever you are using to bundle stuff up
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
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'