
TGZ in the running Angular dev container. Npm ERR! C:\Users\XXX\AppData\Roaming\npm-cache\_logs\T11_27_43_777Z-debug. The Angular project is dockerized but, for the typescript codebase, I dont know how to install the. Npm ERR! A complete log of this run can be found in: Npm WARN Local package.json exists, but node_modules missing, did you mean to install? There is likely additional logging output above. Npm ERR! This is probably not a problem with npm. Npm ERR! file C:\WINDOWS\system32\cmd.exe

"C:\Users\ELISA~1\AppData\Local\Temp\ng-U95ZIR\angular-errors.log" for further details. And when i start my application i have the following mistake : An unhandled exception occurred: Cannot find module stack: So i did it.īut now, the node_module folder isn't gereated again when i run npm install. I read that I should delete node_module and run npm install to fix the bug. If the Firebase SDK version is not compatible with AngularFire, you can upgrade or downgrade it to a compatible version.I had trouble with importing angular material. Step 2: Upgrade or Downgrade Firebase SDK You can refer to the AngularFire documentation to find out which version of Firebase SDK is compatible with your version of AngularFire. Make sure that they are compatible with each other. Here are the steps to do it: Step 1: Check AngularFire and Firebase SDK versionsĬheck the version of AngularFire and Firebase SDK in your package.json file.

One solution to fix this is to upgrade or downgrade the Firebase SDK to a version that is compatible with AngularFire. If you encounter the error "ERROR in when using Angular with Firebase, it is likely due to a version incompatibility issue between the Firebase SDK and AngularFire. The following are a few methods to resolve this issue: Method 1: Upgrade or Downgrade Firebase SDK The root cause of this error is that the declaration file in the AngularFire library is not compatible with the version of the Firebase SDK that you are using. Note: If there is no package.json file in the local directory, the latest version of the package is installed.

