apc-mhs / mustang-mug

The website, backend, and dashboard for the Mustang Mug Cafe
https://mug.apc-mhs.com
1 stars 0 forks source link

Multiple basic fixes #195

Closed JonathanOppenheimer closed 3 years ago

JonathanOppenheimer commented 3 years ago

Closes:

AndrewLester commented 3 years ago

The package-lock still seems to contain firebase-functions dependencies. Did you npm uninstall firebase-functions?

JonathanOppenheimer commented 3 years ago

The package-lock still seems to contain firebase-functions dependencies. Did you npm uninstall firebase-functions?

Whenever I try to start the emulators it doesn't work unless I install them...

I just deleted them manually from package.json because it still works for me that way lol

AndrewLester commented 3 years ago

The package-lock still seems to contain firebase-functions dependencies. Did you npm uninstall firebase-functions?

Whenever I try to start the emulators it doesn't work unless I install them...

I just deleted them manually from package.json because it still works for me that way lol

Did you do npm install --prefix functions?

JonathanOppenheimer commented 3 years ago

The package-lock still seems to contain firebase-functions dependencies. Did you npm uninstall firebase-functions?

Whenever I try to start the emulators it doesn't work unless I install them... I just deleted them manually from package.json because it still works for me that way lol

Did you do npm install --prefix functions?

I thought I did but maybe not. They're gone now