https://docs.expo.dev/build/setup/
このサイトの新しくビルド作成においての作業を順に行った。
npm install -g expo-cliは成功
npx create-expo-app my-appも成功
npm install -g eas-cliも成功
eas loginも成功
eas build:configureここで失敗
エラー文:Error: Run this command inside a project directory
こちらのエラーの対処法を知りたい。
…
実行結果
PS C:\Users\kiyoh\Desktop\node.exe> npm install -g eas-cli
changed 351 packages, and audited 352 packages in 28s
35 packages are looking for funding
run npm fund
for details
2 high severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
Run npm audit
for details.
PS C:\Users\kiyoh\Desktop\node.exe> eas login
Log in to EAS
√ Email or username ... *******
√ Password ... ********
Logged in
PS C:\Users\kiyoh\Desktop\node.exe> eas build:configure
Error: Run this command inside a project directory.
こちらのコマンドを確認くださいお願いします。

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/12/20 08:37