Nuxt preview cannot start on a brand new Nuxt 3 project
See original GitHub issueI 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.

Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5
Top 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 >
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 Free
Top 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
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 latestI seem to get an error when using
pnpm install
.npm install
oryarn install
works fine, so I’ll use that.