Skip to content

Commit e209607

Browse files
authored
fix(js): correct npm command syntax to resolve EUPDATEARGS error (#8056)
1 parent 549b12d commit e209607

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/start/manual-installation

1 file changed

+1
-1
lines changed

src/pages/[platform]/start/manual-installation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ defineBackend({
150150
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:
151151

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

156156
## Next steps

0 commit comments

Comments
 (0)