question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cant setup / build with turtle-cli

See original GitHub issue

Hello 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dsokalcommented, Oct 25, 2019

@virus2016 is right. You should increase the memory limit.

0reactions
maxdeepfieldcommented, Jul 17, 2020

I was able to install turtle-cli sucessfully on ubuntu 20.04 virtual machine with 16 GB ram and nodejs 14

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found