question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tried to install Nuxt3 using the documentation site, failed. because of schema-edge

See original GitHub issue

Environment


  • 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:closed
  • Created 2 years ago
  • Reactions:10
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

11reactions
pi0commented, Nov 22, 2021

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.

4reactions
Zibbpcommented, Nov 21, 2021

I’m having the same issue as well when re-installing node modules for an existing project. image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found