Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d61b689

Browse files
authored
docs: add @latest hint to npm init command (#622)
1 parent ad67d2f commit d61b689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npx create-nuxt-app <my-project>
1919
Or starting with npm v6.1 you can do:
2020

2121
```bash
22-
npm init nuxt-app <my-project>
22+
npm init nuxt-app@latest <my-project>
2323
```
2424

2525
Or with [yarn](https://yarnpkg.com/en/):

0 commit comments

Comments
 (0)