Methodician / guytime

2 stars 0 forks source link

Should Firebase Global Dependencies Be Changed to Local? #73

Open code-surfer-dev opened 3 years ago

code-surfer-dev commented 3 years ago

I did a pull from the repo this morning and noticed there were some missing dependencies due to errors in some scripts, so I ran npm install When I ran ng serve I immediately received errors due to missing dependencies that must be installed globally on your dev machine and therefore not included in the package.json file of the repo. It would be easy for me to push a fix branch and submit it as a PR if you are okay with that?