Appcelerator / Mac / 開発環境

appc CLI インストール CLI環境セットアップ

appc CLI インストール

~ % npm install appcelerator -g
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
/Users/misadmin/Library/Application Support/fnm/node-versions/v12.22.9/installation/bin/appc -> /Users/misadmin/Library/Application Support/fnm/node-versions/v12.22.9/installation/lib/node_modules/appcelerator/bin/appc
/Users/misadmin/Library/Application Support/fnm/node-versions/v12.22.9/installation/bin/appcelerator -> /Users/misadmin/Library/Application Support/fnm/node-versions/v12.22.9/installation/lib/node_modules/appcelerator/bin/appc
+ appcelerator@6.0.0
added 122 packages from 139 contributors in 15.74s
~ %

appc CLI環境をセットアップ

AMPLIFY AppceleratorServices環境をセットアップします。このプロセスでは、最新の更新をダウンロードし、CLIをセットアップして、開発環境を確認します。

appc setup を実行し環境構築を行います。

~ % appc setup
Finding latest version 9.0.1 ✓
Validating security checksum ✓
Installing  ✓
Compiling platform native modules ✓
Appcelerator Login required to continue ...

? Appcelerator ID: 

Appceleratorのクレデンシャルを使用してログインするように求められますので、AMPLIFYで作成したアカウントでログインします。

? Appcelerator ID: appcelerator02@udissoft.com
? Password: [hidden]
Generating Developer Certificate and Private/Public Keys...
You are now logged in!

? Do you plan on developing Titanium apps? (Y/n) 

「Titaniumアプリの開発を計画していますか?」の問いにYes「Y」と入力する

? Do you plan on developing Titanium apps? Yes
appc setup complete!
~ %

appc use

~ % appc use
The following versions are available:

5.3.0      Not Installed                           
5.3.1      Not Installed                           
5.4.0      Not Installed                           
5.5.0      Not Installed                           
5.5.1      Not Installed                           
6.0.0      Not Installed                           
6.1.0      Not Installed                           
6.1.2      Not Installed                           
6.1.4      Not Installed                           
6.2.0      Not Installed                           
6.2.1      Not Installed                           
6.2.2      Not Installed                           
6.2.3      Not Installed                           
6.2.4      Not Installed                           
6.3.0      Not Installed                           
6.3.1      Not Installed                           
7.0.0      Not Installed                           
7.0.1      Not Installed                           
7.0.2      Not Installed                           
7.0.3      Not Installed                           
7.0.4      Not Installed                           
7.0.5      Not Installed                           
7.0.6      Not Installed                           
7.0.7      Not Installed                           
7.0.8      Not Installed                           
7.0.9      Not Installed                           
7.0.10     Not Installed                           
7.0.11     Not Installed                           
7.0.12     Not Installed                           
7.1.0      Not Installed                           
7.1.1      Not Installed                           
7.1.2      Not Installed                           
8.0.0      Not Installed                           
8.1.0      Not Installed                           
8.1.1      Not Installed                           
9.0.0      Not Installed                           
9.0.1      Installed (Latest) (Active)             

~ % 

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA