Skip to content

Instantly share code, notes, and snippets.

@mgttt
Last active December 30, 2019 12:26
Show Gist options
  • Select an option

  • Save mgttt/97e816acca10c020a46825334099143a to your computer and use it in GitHub Desktop.

Select an option

Save mgttt/97e816acca10c020a46825334099143a to your computer and use it in GitHub Desktop.
nativescript

setup

@ref https://docs.nativescript.org/angular/start/quick-setup @ref https://docs.nativescript.org/angular/start/ns-setup-os-x

homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

nodejs 10

brew update

brew install node@10

install Command Line Tools for Xcode

sudo rm -rf /Library/Developer/CommandLineTools xcode-select --install

Install Xcode from app store

trick to retouch xcodebuild

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

check xcodebuild version

xcodebuild -version6.13.1

run nativescript setup

ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"

tns doctor

tns basic

https://docs.nativescript.org/angular/start/cli-basics

https://nativescript-vue.org/en/docs/getting-started/quick-start/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment