Пытаюсь поставить nativescript командой "sudo npm install -g nativescript". При установке возникает куча ошибок связанных с android sdk.
Типа того
spoilerCannot find a compatible Android SDK for compilation. To be able to build for Android, install Android SDK 22 or later.
Run $ android to manage your Android SDK versions.
You need to have the Android SDK Build-tools installed on your system. You can install any version in the following range: '>=23 <=25'.
Run android from your command-line to install required Android Build Tools. In case you already have them installed, make sure ANDROID_HOME environment variable is set correctly.
You need to have Android SDK 22 or later and the latest Android Support Repository installed on your system.
Run $ android to manage the Android Support Repository. In case you already have it installed, make sure ANDROID_HOME environment variable is set correctly.
EACCES: permission denied, mkdir '/home/admin/.local/share/.nativescript-cli'
Android SDK стоит! Версия подходит и в переменные среды прописал все что нужно. Кроме того еще странное очень последнее сообщение о том что ему не хватило прав на что-то там. Мало того что это в домашней директории где рут права вообще не нужны обычно, так ведь я же его с sudo запустил!