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

Command failed with exit code 127 #266

Open
krushalikevadiya opened this issue Feb 22, 2021 · 0 comments
Open

Command failed with exit code 127 #266

krushalikevadiya opened this issue Feb 22, 2021 · 0 comments

Comments

@krushalikevadiya
Copy link

Thanks for the great library.

In my app I have implemented update app version using script for both Android and iOS but after fire yarn updateversion 1.0.1 this command is failed and show me error like Command failed with exit code 127 in terminal.I'm using "react-native-version": "^4.0.0" in my project.

Here is the code:

"scripts": {
...
"postversion": "react-native-version",
"updateversion": "yarn config set version-sign-git-tag false && yarn config set version-git-tag false && yarn config set
version-commit-hooks false && yarn version --new-version",
...
},
Help would be appreciated, Thanks!

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