COPS-IITBHU/hackalog-frontend

Failed to compile

NerdyLucifer opened this issue · 8 comments

@NerdyLucifer the image you have attached does not contain the requirements for this project. So it's pretty obvious that the project won't compile for the given requirements. 🤷‍♂️

@NerdyLucifer the image you have attached does not contain the requirements for this project. So it's pretty obvious that the project won't compile for the given requirements. 🤷‍♂️

I have installed all the dependencies in package.json....i also re-installed firebase. I tried to find support on stackoverflow but the support i could find was regarding angular and was related to firebase version.

May you please help me know what all requirements are missing?

Why did you "re-install" firebase? 🤔

Why did you "re-install" firebase? 🤔

It wasn't compiling earlier so re-installed it but anyway it made no difference

Can you tell the exact steps you followed?

  • Forked and cloned the repo
  • Ran npm install
  • Fixed vulnerabilities by running npm audit fix
  • Got compilation error
  • Deleted node_modules
  • reinstalled dependencies
  • got compilation error again
  • explicitly reinstalled firebase
  • still getting compilation error

The issue got fixed, this time i used yarn instead of using npm and no error popped
Everything running fine!

Great! Perhaps, you should have read the README and contribution guidelines first.