Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create new project in 3.0.0-rc.13 #15456

Closed
jdgamble555 opened this issue Nov 12, 2022 · 18 comments
Closed

Can't create new project in 3.0.0-rc.13 #15456

jdgamble555 opened this issue Nov 12, 2022 · 18 comments

Comments

@jdgamble555
Copy link

jdgamble555 commented Nov 12, 2022

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

@murugappanrm
Copy link

murugappanrm commented Nov 12, 2022

I have the same problem. I think the RC13 is broken! Prior to today, i have installed a few instances and they work fine but now new ones are not working.

@harlan-zw
Copy link
Contributor

Possibly try again given the other issue is fixed #15452

You may need to clear node_modules / lock files, etc

@murugappanrm
Copy link

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

@manniL manniL closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2022
@jdgamble555
Copy link
Author

jdgamble555 commented Nov 13, 2022

This is still an issue! Why was this closed!? This is a completely different issue than #8929. Please re-open and do not close until there is an actual change in the core code.

Thanks,

J

@manniL
Copy link
Member

manniL commented Nov 13, 2022

@jdgamble555 Please check if you have special characters in your folder path, like spaces or umlauts etc.

This comes down to #15362

@jdgamble555
Copy link
Author

There are no special characters. This happens with any new project, so I cannot use Nuxt at all.

J

@manniL manniL reopened this Nov 13, 2022
@jdgamble555
Copy link
Author

Ok, wait, yes my root folder has a space in it, but that is where all my projects are stored. Is there not a fix for this?

J

@manniL
Copy link
Member

manniL commented Nov 13, 2022

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.

@manniL
Copy link
Member

manniL commented Nov 13, 2022

Ok, wait, yes my root folder has a space in it, but that is where all my projects are stored. Is there not a fix for this?

J

You can try out the edge channel, ideally there is a fix there already.

@jdgamble555
Copy link
Author

Same error. It looks like npm:nuxt3@latest still installs 3.0.0-rc.13 .

J

@manniL
Copy link
Member

manniL commented Nov 13, 2022

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

@manniL
Copy link
Member

manniL commented Nov 18, 2022

Consolidating in #15492

@manniL manniL closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2022
@akaminator
Copy link

I reproduced it on a folder path that contains Japanese character (a kind of double-byte character) too.

@jewpaltz
Copy link

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

@manniL
Copy link
Member

manniL commented Nov 25, 2022

Yes, that's why I wrote to consolidate in #15492 😊

@m0zz094
Copy link

m0zz094 commented Nov 28, 2022

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

@murugappanrm
Copy link

murugappanrm commented Nov 28, 2022

I never create anything with the folder or file name containing spaces. Always used kebab case. Saves lots of headache as i had many issues with Centos and Linux when deployment. The spaces also give me a headache in my headless cms based Codeigniter 4 app.

@manniL
Copy link
Member

manniL commented Nov 28, 2022

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 😋

@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants