Cant setup / build with turtle-cli
See original GitHub issueHello guys,
I’m currently trying to get Turtle-Cli to work. Unfortunately I always get this error as soon as it goes to the decompressing of Androdi NDK. Does anyone have any idea what I’m doing wrong?
Error:
root@vps-2:/home/expo/app# turtle setup:android
Aug 22 02:09:37 turtle[15878] INFO: Downloading Android SDK
platform: "android"
buildPhase: "setting up environment"
downloading [================== ] 91% 0.3sAug 22 02:09:40 turtle[15878] INFO: Decompressing Android SDK
platform: "android"
buildPhase: "setting up environment"
Aug 22 02:09:48 turtle[15878] INFO: Configuring Android SDK, this may take a while
platform: "android"
buildPhase: "setting up environment"
Aug 22 02:11:28 turtle[15878] INFO: Android SDK installed and configured successfully
platform: "android"
buildPhase: "setting up environment"
Aug 22 02:11:28 turtle[15878] INFO: Downloading Android NDK
platform: "android"
buildPhase: "setting up environment"
downloading [====================] 99% 0.2sAug 22 02:11:47 turtle[15878] INFO: Decompressing Android NDK
platform: "android"
buildPhase: "setting up environment"
Killed <----
root@vps-2:/home/expo/app#
System: Ubuntu 18.04 (Virtual machine) Node Version: v10.16.3 npm Version: 6.9.0 yarn Version: 1.17.3 Java Version: 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Cannot install turtle-cli with npm install -g - Stack Overflow
I found the answer, it's pretty simple, I just need to add --unsafe-perm flag to the command: sudo npm install -g turtle-cli --unsafe-perm....
Read more >Build your standalone Expo App locally with Turtle CLI
Build iOS .ipa and Android .apk expo app locally by using Turtle CLI ... Setup. First, we need to install Turtle CLI:
Read more >Build Standalone Expo .apk and .ipa with Turtle CLI
To install Turtle CLI, run. $ npm install -g turtle-cli. This will make command turtle globally available on your system. To verify it...
Read more >Build your standalone Expo App locally with Turtle CLI - Morioh
Build iOS .ipa and Android .apk expo app locally by using Turtle CLI. ... Setup. First, we need to install Turtle CLI: yarn...
Read more >Building standalone expo app locally with Turtle CLI
Around a few days back, I found out you can install turtle locally. The same build tools that expo utilizes. Let's go through...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@virus2016 is right. You should increase the memory limit.
I was able to install turtle-cli sucessfully on ubuntu 20.04 virtual machine with 16 GB ram and nodejs 14