-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
[v2] Can't scaffold new website #3799
Comments
Hi, Can you tell me the output of Can you give more details about the output? (maybe a screenshot of your terminal) Have you tried a more recent node version? See requirements here: https://v2.docusaurus.io/docs/installation/#requirements |
There really isn't much else to show here. I don't have any stacktrace or error message apart from the ones pasted here.
Sorry about that and thanks for pointing it out 👍 |
thanks for reporting @pgruetter , as we have the problem even for Node 10/12 we still need to figure this out. Looks like |
will be fixed by #3803 |
🐛 Bug Report
I can't scaffold a new website as described in the docs.
Have you read the Contributing Guidelines on issues?
Yes.
To Reproduce
npx @docusaurus/init init my-website classic
on UbuntuExpected behavior
A basic website is setup called my-website with the classic template.
Actual Behavior
I get an error:
Too many arguments.
If I omit the name and template, I would expect it to ask for it (as described in the docs), but get the following error instead:
Expected single character argument.
Your Environment
The text was updated successfully, but these errors were encountered: