Skip to content
New issue

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

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

Already on GitHub? # to your account

ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "prebuild:development" not found #370

Closed
mrpmohiburrahman opened this issue Oct 17, 2024 · 0 comments

Comments

@mrpmohiburrahman
Copy link
Contributor

Summary:

When trying to run GitHub actions for "📦 Set Up JDK + Generate Test APK", I am getting the following error

 ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "prebuild:development" not found

Full error log
Prepare all required actions
Getting action download info
Download action repository 'actions/setup-java@v3' (SHA:0ab4596768b603586c0de567f2430c30f5b0d2b0)
Download action repository 'gradle/gradle-build-action@v2' (SHA:a8f75513eafdebd8141bd1cd4e30fcd194af8dfa)
Run ./.github/actions/setup-jdk-generate-apk
Run actions/setup-java@v3
Installed distributions
Creating settings.xml with server-id: github
Writing to /home/runner/.m2/settings.xml
Run gradle/gradle-build-action@v2
Restore Gradle state from cache
Run pnpm prebuild:development
undefined
 ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "prebuild:development" not found

Did you mean "pnpm build:development:ios"?
Error: Process completed with exit code 254.

Steps to reproduce:

You have to run the following file

.github/actions/setup-jdk-generate-apk/action.yml

Expected behavior:

It should run without any errors.

Additional notes:

The package.json is missing the "prebuild:development" script

Tasks

  • We need to add prebuild:development script just like "prebuild:staging" and "prebuild:production" ,
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

2 participants