request / request-promise-native

The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.
ISC License
1.1k stars 63 forks source link

'Cannot find lodash/isFunction' #18

Closed carly-rw closed 5 years ago

carly-rw commented 6 years ago

Hi,

On build my app throws the error cannot find module lodash/isFunction, tracing back to request-promise-native. I've tried deleting my node modules folder and reinstalling everything. Does this sound like an inherent error or should I attempt a different fix?

Thanks.

alectronic0 commented 5 years ago

did you ever solve this?

analog-nico commented 5 years ago

It’s hard to say with the available information what caused this issue but the module is part of the lodash library that gets installed automatically. So most likely this is an issue with the build environment.