nuxt: Can't create new project in 3.0.0-rc.13

Environment

I get this error

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

Reproduction

Using node v18.12.1 on Windows 11. Create a new project and try to run it.

Downgrading to 3.0.0-rc-12 seems to fix the problem, although there is the head.addEntry problem instead.

Describe the bug

Can’t run any new projects.

Additional context

No response

Logs

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 7
  • Comments: 18 (8 by maintainers)

Most upvoted comments

Bug still exists in release version 3.0.0 Workaround - make sure there are no spaces in the path

Alright. Leaving this open hear then after nuxt/nuxt.js#15362 got closed ☺️

Still a problem (I obviously can’t simply rename my windows user folder and break everything else just to fix this bug)

Can you kindly read the comment straight above you and follow the issue there? Thanks 😋

Yes, that’s why I wrote to consolidate in nuxt/nuxt.js#15492 😊

image

Cannot reproduct, though I’m not on a windows machine.

As I mentioned, please ensure there are no special characters (é, ä, spaces, …) at all in your whole path, not only the project folder itself.

I tried again about 2 hours ago and now its working.