You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After going throught the setup and typing in the command "npm run deploy", this is the error I got.
``
./src/app/app.module.ts:21:0-51 - Error: Module not found: Error: Can't resolve '../environments/firebase.json' in 'C:\Users\Shaan\Scouting\src\app'
Error: src/app/app.module.ts:26:20 - error TS2307: Cannot find module '../environments/firebase.json' or its corresponding type declarations.
26 import config from "../environments/firebase.json" ![github](https://user-images.githubusercontent.com/93680144/152610937-a9cfbc0b-57ba-49fd-bca7-159edd7a341d.PNG)
pls help
The text was updated successfully, but these errors were encountered:
After going throught the setup and typing in the command "npm run deploy", this is the error I got.
``
./src/app/app.module.ts:21:0-51 - Error: Module not found: Error: Can't resolve '../environments/firebase.json' in 'C:\Users\Shaan\Scouting\src\app'
Error: src/app/app.module.ts:26:20 - error TS2307: Cannot find module '../environments/firebase.json' or its corresponding type declarations.
26 import config from "../environments/firebase.json"
![github](https://user-images.githubusercontent.com/93680144/152610937-a9cfbc0b-57ba-49fd-bca7-159edd7a341d.PNG)
pls help
The text was updated successfully, but these errors were encountered: