Shaun, you make all of this videos about so many different web development techs. It makes me wonder, when you are actually building something, which do you tend to work with? I know there are a lot of ways to get similar results, but what's your personal preference? Or do you just use whatever you feel like that day?
I have a [HTTP/1.1 500 Vite Error] My node version 18.12.1 At the same time i have a error on the screen ; No response returned from render handler: /__nuxt_error?url=/&statusCode=500&statusMessage=Vite+Error&message=[vite-node]+ERR_INVALID_URL_SCHEME]+/node_modules/ufo/dist/index.mjs&stack=%3Cpre%3E%3Cspan+class=%22stack+internal%22%3Eat+/node_modules/ufo/dist/index.mjs%3C/span%3E%3C/pre%3E&data What can i do for that? I didn't find any answer
To continue the course for now I would advice to: - initiate project: - before running "npm install" insert this into a package.json: "overrides": { "nuxt": "3.0.0-rc.5", "nuxi": "3.0.0-rc.5", "@nuxt/vite-builder": "3.0.0-rc.5", "@nuxt/kit": "3.0.0-rc.5", "@nuxt/schema": "3.0.0-rc.5" } then in nuxt.config.ts add at the top this line: import { defineNuxtConfig } from 'nuxt' then install dependencies now "npm run dev" should work correctly
@@_swordancer_ Thanx your helping but i fixed this problem. It related to be named parent file. The parent file name shouldn't have space. I move the file to desktop and it's fixed.
@@mustafasargol5224That is great, like I have said, there are many solutions online. I have tried your way, I have even copy project folder directly into C disk and named it just "project" but this did not work for me :)
I just love your accent...... very clear..... Hello from Ghana
😊 Aha, thank you! Hi to Ghana!!
ah !! This is good news.
i cant wait for NUXT 3 routing.
thank you so much for your videos
Thanks, exactly what i needed.. I’m from Brazil.
I will definitely subscribe to your channel and recommend to my friends
Respect from Ukraine, you make my life better by this courses 🔥💪🏻
Exactly what I needed!
😍😍 I'm so excited.
Shaun, you make all of this videos about so many different web development techs. It makes me wonder, when you are actually building something, which do you tend to work with? I know there are a lot of ways to get similar results, but what's your personal preference? Or do you just use whatever you feel like that day?
how should i install and use nuxt on linux mint i am getting board of not getting how to run it to my browser
They changed the procedure. Now, it looks different and we have to configure alot of options on install.
where did you get the vue?
Thank you teacher 🙏🏻
Npm run dev shows "sh: nuxt: command not found".
Why CLI and not Vite? Vite renders faster and more modern. This is not criticism, but curiosity
Nuxt uses vite under the hood by default.
Nuxt is great. Thank you
thanks
min 1:23 "and this my friends is the nuxt application" ... and he opens up visual studio ... really ?
I have a [HTTP/1.1 500 Vite Error] My node version 18.12.1
At the same time i have a error on the screen ;
No response returned from render handler: /__nuxt_error?url=/&statusCode=500&statusMessage=Vite+Error&message=[vite-node]+ERR_INVALID_URL_SCHEME]+/node_modules/ufo/dist/index.mjs&stack=%3Cpre%3E%3Cspan+class=%22stack+internal%22%3Eat+/node_modules/ufo/dist/index.mjs%3C/span%3E%3C/pre%3E&data
What can i do for that? I didn't find any answer
It is a problem with new version of Nuxt 3 RC, there are some solutions but none of them works 100%, I think we just need to wait a few days.
To continue the course for now I would advice to:
- initiate project:
- before running "npm install" insert this into a package.json:
"overrides": {
"nuxt": "3.0.0-rc.5",
"nuxi": "3.0.0-rc.5",
"@nuxt/vite-builder": "3.0.0-rc.5",
"@nuxt/kit": "3.0.0-rc.5",
"@nuxt/schema": "3.0.0-rc.5"
}
then in nuxt.config.ts add at the top this line:
import { defineNuxtConfig } from 'nuxt'
then install dependencies
now "npm run dev" should work correctly
@@_swordancer_ Thanx your helping but i fixed this problem. It related to be named parent file. The parent file name shouldn't have space. I move the file to desktop and it's fixed.
@@mustafasargol5224That is great, like I have said, there are many solutions online. I have tried your way, I have even copy project folder directly into C disk and named it just "project" but this did not work for me :)
@@_swordancer_ you should take a look from github issues section. People are discussing about it like these problems. It must be issue #8706.