Closed hexdecimal16 closed 2 years ago
okay so I fixed it. The problem is npm, as npm installs the global package with root permisisions on linux systems. So I used yarn global add turtle-cli
then used the yarn installed packed (which should be in '~/.yarn/bin/turtle') and everything worked!
okay so I fixed it. The problem is npm, as npm installs the global package with root permisisions on linux systems. So I used
yarn global add turtle-cli
then used the yarn installed packed (which should be in '~/.yarn/bin/turtle') and everything worked!
Indeed. Utilizing yarn
instead of npm
seems to fix the issue. I don't know why though. It would be interesting to find out.
New Issue Checklist
yarn global add turtle-cli
ornpm install --global turtle-cli
).Issue Description
Build failed with an exception
Command executed
turtle build:android --keystore-path app.jks --keystore-alias 13a6633ba2209202xxxxxx -u $EXPO_USERNAME -p $EXPO_PASSWORD --gradle-args "--stacktrace"
Complete output when running turtle, including the stack trace and command used
Environment