shoutem / school

A new React Native app every 2 weeks. With tutorial :)
http://reactnative.school
480 stars 343 forks source link

Unable to resolve module `_stream_writable` #6

Open sahelighosh opened 6 years ago

sahelighosh commented 6 years ago

Hello,

I am trying to implement chat with Firebase following your code in "ChatAppFirebaseFunctions" but after installing all required packages "firebase-admin": "^4.1.2", "firebase-functions": "^1.0.2",

I am getting this following issue "Unable to resolve module _stream_writable from /Users/user/Sites/peace-with-food/app/PeaceWithFood/node_modules/firebase-admin/lib/database/database.js: Module does not exist in the module map"

simulator screen shot - iphone 6 plus - 2018-05-15 at 16 11 32

Can you please suggest how can I solve this issue?

Inventiveatsquare commented 5 years ago

I had the same issue, delete node module folder and clear the cache then re-install npm..