Tried to install Nuxt3 using the documentation site, failed. because of schema-edge
See original GitHub issueEnvironment
- Operating System:
Darwin
- Node Version:
v14.18.1
- Nuxt Version:
latest
- Package Manager:
yarn@1.22.5
- Bundler:
Webpack
- User Config:
-
- Runtime Modules:
-
- Build Modules:
-
Reproduction
It’s easy, go here:
https://v3.nuxtjs.org/getting-started/installation
run npx nuxi init .
then npm install
and it failed.
Describe the bug
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @nuxt/schema-edge@3.0.0-27291865.d68318f.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'nuxt3'
npm ERR! notarget
Additional context
No response
Logs
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Nuxtjs v3 and Tailwindcss v3 PostCSS@8 not compatible
Install tailwindcss, postcss and autoprefixer. npm install -D tailwindcss@latest ... I tried this updated guide and it works with nuxt 3.
Read more >Installation - Nuxt
Installation. Here, you will find information on setting up and running a Nuxt project in 4 steps. Online playground. You can play with...
Read more >How to use Vuetify with Nuxt 3 - Cody Bontecou
Utilize the latest versions of Vuetify and Nuxt together. Installation #. Start by creating a Nuxt 3 project if you do not have...
Read more >Deploy Nuxt 3 sites with universal rendering on Azure Static ...
Generate and deploy Nuxt 3 sites with universal rendering on Azure Static Web Apps.
Read more >Build and Deploy a Full Stack Social Media App with Nuxt 3 ...
FREE Nuxt 3 Cheatsheet : https://iwd.sh/nuxt-cheatsheet Stuck?! Join our Discord Server: https://discord.gg/5KfYYcCaD4 Make money coding ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There was an issue with auto-release script access. Sorry for the inconvenience.
Fresh installs with
latest
(3.0.0-27292434.d68318f
or later) should be fine now and if you have issue with a previously updated version,npx nuxi upgrade --force
should do the trick.I’m having the same issue as well when re-installing node modules for an existing project.