-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed as not planned
Labels
closed: can't reproThis bug is because of some local setup that can't be reproduced.This bug is because of some local setup that can't be reproduced.documentationThe issue is related to the documentation of DocusaurusThe issue is related to the documentation of Docusaurus
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Description
Hi there 👋
I am getting started with docusaurus and so I followed the introduction.
After running npx create-docusaurus@latest my-website classic
I got the output:
[INFO] Creating new Docusaurus project...
[INFO] Installing dependencies with npm...
[ERROR] ShellJSInternalError: ENOENT: no such file or directory, open '/var/folders/s0/gq2w894d50787bdzpzqcb76m0000gn/T/shelljs_b027ad55a2c30709a641'
It created the ./my-website
, so I followed the next steps of entering the directory and running npx docusaurus start
, but unfortunately it left me with another error:
npm ERR! could not determine executable to run
Finally, I found a stack overflow comment that suggested running npm install
in the project directory. Thankfully this worked! Maybe it'd be worth adding something to this tutorial so other users don't face similar issues.
Thanks!
Self-service
- I'd be willing to address this documentation request myself.
aMacDawg
Metadata
Metadata
Assignees
Labels
closed: can't reproThis bug is because of some local setup that can't be reproduced.This bug is because of some local setup that can't be reproduced.documentationThe issue is related to the documentation of DocusaurusThe issue is related to the documentation of Docusaurus