mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix(nuxi): typo in init message (#4685)
This commit is contained in:
parent
59a8d43a8f
commit
cb42d3e6ad
@ -57,7 +57,7 @@ export default defineNuxtCommand({
|
||||
'',
|
||||
`📁 \`cd ${rpath(dstDir)}\``,
|
||||
'💿 Install dependencies with `npm install` or `yarn install` or `pnpm install --shamefully-hoist`',
|
||||
'🚀 Start development server with `npm run dev` or `yarn dev` or `pnpm run dev',
|
||||
'🚀 Start development server with `npm run dev` or `yarn dev` or `pnpm run dev`',
|
||||
''
|
||||
].join('\n\n '))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user