Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try running "npm install" in your functions directory before deploying #239

Open
AmilKey opened this issue Oct 9, 2024 · 0 comments
Open

Comments

@AmilKey
Copy link

AmilKey commented Oct 9, 2024

When attempting to deploy Firebase, the following error occurs:

Try running "npm install" in your functions directory before deploying.

This happens because the necessary npm packages are not installed in the functions directory. To avoid this error and automate the process, we should update the deployment script to automatically install packages before deployment.

Proposed Solution: Add a step to install npm packages in the deployment script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant