mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
chore(nuxi): add pnpm to init
instructions (#3826)
* Add pnpm instructions Add pnpm commands to install the dependencies and start the development server * Update packages/nuxi/src/commands/init.ts Co-authored-by: pooya parsa <pyapar@gmail.com>
This commit is contained in:
parent
d909bc6548
commit
7a994bc7a7
@ -56,8 +56,8 @@ export default defineNuxtCommand({
|
|||||||
console.log(`\n 🎉 Another ${superb.random()} Nuxt project just made! Next steps:` + [
|
console.log(`\n 🎉 Another ${superb.random()} Nuxt project just made! Next steps:` + [
|
||||||
'',
|
'',
|
||||||
`📁 \`cd ${rpath(dstDir)}\``,
|
`📁 \`cd ${rpath(dstDir)}\``,
|
||||||
'💿 Install dependencies with `npm install` or `yarn install`',
|
'💿 Install dependencies with `npm install` or `yarn install` or `pnpm install --shamefully-hoist`',
|
||||||
'🚀 Start development server with `npm run dev` or `yarn dev`',
|
'🚀 Start development server with `npm run dev` or `yarn dev` or `pnpm run dev',
|
||||||
''
|
''
|
||||||
].join('\n\n '))
|
].join('\n\n '))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user