現在,AWSをmBaaSとして実装したく、開発環境を整えています。
https://aws-amplify.github.io/docs/ios/start
上記公式ページの手順に沿って実施し、AWSとXcodeの連携を計っています。
Step1,2はうまくいったのですが、step3でエラーとなり困っています。
具体的にはStep3のaの「amplify configure」で以下のエラーとなります。
Specify the AWS Region ? region: us-east-2 Specify the username of the new IAM user: ? user name: amplify-△△△△△ Complete the user creation using the AWS console https://console.aws.amazon.com/iam/home?region=undefined#/users$new?step=final&accessKey&userNames=amplify-qKDAv&permissionType=policies&policies=arn:aws:iam::aws:policy%2FAdministratorAccess Press Enter to continue Enter the access key of the newly created user: ? accessKeyId: A********** ? secretAccessKey: G******************** This would update/create the AWS Profile in your local machine ? Profile Name: userAuth EISDIR: illegal operation on a directory, read Error: EISDIR: illegal operation on a directory, read at Object.readSync (fs.js:523:3) at tryReadSync (fs.js:348:20) at Object.readFileSync (fs.js:385:19) at Object.setProfile (/Users/私のフォルダ/.nodebrew/node/v12.16.1/lib/node_modules/@aws-amplify/cli/node_modules/amplify-provider-awscloudformation/lib/system-config-manager.js:23:27) at /Users/私のフォルダ/.nodebrew/node/v12.16.1/lib/node_modules/@aws-amplify/cli/node_modules/amplify-provider-awscloudformation/lib/setup-new-user.js:99:29 at processTicksAndRejections (internal/process/task_queues.js:97:5)
現在の環境は以下です
node v12.16.1
npm 6.13.4
aws-cli/1.18.12 Python/2.7.16 Darwin/19.3.0 botocore/1.15.12
xcode 11.3
◯試したこと
nodeのアップデート
npmのアップデート
などやってみたのですが解決しません。
お手数をおかけいたしますが、解決方法をご教示頂けますと幸いです。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。