Skip to content

Commit

Permalink
fix(js): correct npm command syntax to resolve EUPDATEARGS error (#8056)
Browse files Browse the repository at this point in the history
  • Loading branch information
enes-sahin authored Oct 28, 2024
1 parent 549b12d commit e209607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/start/manual-installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ defineBackend({
You can also update an existing frontend app. To upgrade existing Amplify code-first DX (Gen 2) apps, use your Node.js package manager (for example, `npm`) to update relevant backend packages:

```bash title="Terminal" showLineNumbers={false}
npm update @aws-amplify/backend@latest @aws-amplify/backend-cli@latest
npm update @aws-amplify/backend @aws-amplify/backend-cli
```

## Next steps
Expand Down

0 comments on commit e209607

Please sign in to comment.