sindresorhus / p-map

Map over promises concurrently
MIT License
1.27k stars 58 forks source link

p-map v3.0.0 does not work with react-native #22

Closed mieszko4 closed 5 years ago

mieszko4 commented 5 years ago

After upgrade the following error shows:

Loading dependency graph, done.
error: bundling failed: Error: Unable to resolve module `os` from `[..]/node_modules/clean-stack/index.js`: Module `os` does not exist in the Haste module map

I am using android with react-native v0.59.10

mieszko4 commented 5 years ago

Actually, after another try it does seem to work for me. I guess it was caused by some caching so I will close this one