mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +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:` + [
|
||||
'',
|
||||
`📁 \`cd ${rpath(dstDir)}\``,
|
||||
'💿 Install dependencies with `npm install` or `yarn install`',
|
||||
'🚀 Start development server with `npm run dev` or `yarn dev`',
|
||||
'💿 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',
|
||||
''
|
||||
].join('\n\n '))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user