aws-amplify / docs

AWS Amplify Framework Documentation
https://docs.amplify.aws
Apache License 2.0
487 stars 1.06k forks source link

Quickstart "npx ampx sandbox" issue #7706

Open prateekatam opened 6 months ago

prateekatam commented 6 months ago

Describe the content issue: Followed the instructions as in and when I reach the point where I run

npx ampx sandbox

I get the below error

ParameterNotFound: UnknownError ParameterNotFound: UnknownError

What's missing please?

URL page where content issue is: https://docs.amplify.aws/react-native/start/account-setup/

prateekatam commented 5 months ago

I was doing that in a dev-container. And now when I tried it locally, on running npx ampx sandbox I get the below error

npm error could not determine executable to run

MiguelFoliaco commented 5 months ago

Hello @prateekatam, Have you managed to solve something? I have the same problem

noelmullankuzhy commented 5 months ago

@prateekatam

Are you running the npx ampx sandbox from the root folder of your project?

Step 1. Go to root folder of your project with cd path/to/your/app Step 2. Initialise the project with npm create amplify@latest Step 3. Run npx ampx sandbox