nuxt / website-v2

Nuxt 2 Documentation Website
https://v2.nuxt.com
Other
2.25k stars 1.19k forks source link

fix: nuxt ^3.2.3 print usage when no args #2212

Closed SalathielGenese closed 1 year ago

SalathielGenese commented 1 year ago

fix: nuxt ^3.2.3 print usage when no args

While nuxt dev works for yarn dev...

nuxt start doesn't (for yarn start) as it report a missing nitro.json file:


yarn run v1.22.19
$ nuxt start
Nuxi 3.2.3

 ERROR  Cannot find nitro.json. Did you run nuxi build first? Search path:
 [
  '/home/salathiel/apps/umoya-tech/tools-care/tools-care-web/.output/nitro.json',
  '/home/salathiel/apps/umoya-tech/tools-care/tools-care-web/nitro.json'
]
codesandbox[bot] commented 1 year ago

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

netlify[bot] commented 1 year ago

Deploy request for nuxt pending review.

Visit the deploys page to approve it

Name Link
Latest commit e80f7305673cc076ea98e32742019613931437df
nuxt-studio-dev[bot] commented 1 year ago

Live Preview ready!

Name Edit Preview Latest Commit
nuxtjs.org Edit on Studio ↗︎ View Live Preview e80f7305673cc076ea98e32742019613931437df
nuxt-studio-dev[bot] commented 1 year ago

Live Preview ready!

Name Edit Preview Latest Commit
nuxtjs.org Edit on Studio ↗︎ View Live Preview e80f7305673cc076ea98e32742019613931437df
danielroe commented 1 year ago

This documentation is for Nuxt 2.x. We plan to make this clearer and to host it on the Nuxt 3 site, which is https://nuxt.com.