Closed dpap closed 7 years ago
Well even if I run export NODE_ENV=production; npm start I still get the error.
module.js:472 throw err; ^
Error: Cannot find module 'lodash/clone'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.
You are right 👍 , we obv didn't pick it up because the other modules installed lodash themselves. :) Will push a fix soon.
Fixed with v1.22
.
Hey @dpap, lodash is a dev dependency so it won't be included when you install it as a dependency? How are you trying to use the sdk?