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.

Nuxt preview cannot start on a brand new Nuxt 3 project

See original GitHub issue

I just bootstraped a NuxtJS project using the newly released RC (nuxt@3.0.0-rc.1) and tried to preview it with Volar. I get this error in the terminal.

CleanShot 2022-04-22 at 14 46 27@2x

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
altrynecommented, Apr 22, 2022

Quick look, the path changed from nuxt3 to just nuxt in the RC. Running ln -s nuxt nuxt3 in your node_modules fixes this tempo until Volar extension updates to the latest

0reactions
yaegassycommented, Apr 25, 2022

I seem to get an error when using pnpm install. npm install or yarn install works fine, so I’ll use that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

nuxt.js - Not able to preview NuxtJs3 build - Stack Overflow
My Nuxt 3 Project is suddenly giving me some error after release of 3.0.0-rc.5, it used to work well and now i am...
Read more >
Preview Mode - Nuxt
The preview mode will automatically refresh the page data as it uses $nuxt. refresh under the hood and therefore calls nuxtServerInit, asyncData and...
Read more >
Integrating Nuxt Bridge into a Nuxt 2 Project | Cody Bontecou
Nuxt -Bridge brings (bridges) a lot of the features Nuxt 3 has to offer to Nuxt 2 ... build + start if using...
Read more >
Creating Server-side Rendered Vue.js Apps Using Nuxt.js
When initially loading your website, your browser doesn't receive a complete page to display. Instead, it gets a bunch of pieces and instructions...
Read more >
Vue.js | IntelliJ IDEA Documentation - JetBrains
Don't Open: in this case IntelliJ IDEA doesn't open the project. ... With IntelliJ IDEA, you can use the Nuxt.js framework in your...
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