-
Notifications
You must be signed in to change notification settings - Fork 202
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
[BUG] The process '/usr/local/bin/npx' failed with exit code 1 #277
Comments
I have been getting this same error. It looks like the culprit may be that the called action (FirebaseExtended/action-hosting-deploy@v0) doesn't enable webframeworks. The following error is copied from the
|
It looks like this works: steps:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_... }'
...
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks The last part, adding env with FIREBASE_CLI_EXPERIMENTS is what got me past this error. Here is a helpful Stack Overflow link. |
Did you manage to fix this? @yamankatby |
I now have the same bug but with exit code 2... Is there any update on the situation or should I open a new issue? |
Add a |
Which |
there is an open github issue FirebaseExtended/action-hosting-deploy#277
+1 |
while I change firebase.json
|
I'm getting this error in the
Deploying to production site
groupAction config
Error message
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: