pratik-chakravorty / CRUD-with-React-Redux

This is a multi-user application made using React, Redux and Firebase.
41 stars 26 forks source link

found one issue while run first time #1

Open vinaydhyani opened 5 years ago

vinaydhyani commented 5 years ago

Failed to compile ./src/firebase.js Module not found: Can't resolve 'firebase' in 'D:\React-Redux\src' This error occurred during the build time and cannot be dismissed.

vinaydhyani commented 5 years ago

resolved after upgrading firebase

  1. Do npm uninstall firebase
  2. npm cache clear
  3. npm i firebase@^4.8.0 --save