Trigger.io Forge チュートリアルに従っていますが、OSX 10.8 のコマンド ラインから正しく動作しません。
ターミナルと Forge チュートリアルを使用して、forge-workspace フォルダーに移動し、ターミナルに次のように入力します。
$HOME/Library/Trigger\ Toolkit/forge create
そしてこれを取り戻します:
Matts-MacBook-Pro:forge-workspace mattm$ $HOME/Library/Trigger\ Toolkit/forge create
[ INFO] Forge tools running at version 3.3.17
[ INFO] Update result: you already have the latest tools
This name is what your application will be called on devices. You can change it later through config.json.
App Name: Weather App
[ INFO] Registering new app "Weather App" with trigger.io...
[ INFO] Fetching initial project template
[ INFO] Building app for the first time...
[ INFO] Update result: you already have the latest tools
[ INFO] App structure created. To proceed:
[ INFO] 1) Put your code in the "src" folder
[ INFO] 2) Run forge build to make a build
[ INFO] 3) Run forge run to test out your build
Matts-MacBook-Pro:forge-workspace mattm$
チュートリアルには次のように書かれています。
この時点で、次のようなコマンド ターミナルが開いているはずです。
(forge-environment)
しかし、これは表示されません。さらに、ライブラリ ディレクトリを調べて (そしてシステム全体の検索を行って)、Trigger というラベルの付いたフォルダーが表示されません。
チュートリアルの指示に従って forge create コマンドを使用しようとしても、何も起こりません。
Matts-MacBook-Pro:hello-world mattm$ forge create</p>
-bash: forge: command not found
Matts-MacBook-Pro:hello-world mattm$ $forge create</p>
-bash: create: command not found
あなたが尋ねる前に、はい、私は Python をインストールし、Forge ブラウザー インターフェースを使用してアプリをビルドして実行することができます。
私が見逃しているものは何か分かりますか?