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

Getting an Unhandled Rejection TypeError when trying to run AFrame website locally #529

Closed
lainshiHenry opened this issue Aug 10, 2023 · 3 comments

Comments

@lainshiHenry
Copy link

Repo: aframe-site

I have forked the aframe-site repo and trying to run the code locally. However, after npm install and then npm start, i'm faced with the error message for the index.ejs file.

Any help is appreciated :)

Screenshot of full error below:
image

@vincentfretin
Copy link
Contributor

You need to run npm run installdocs before npm start otherwise you get this error.
But npm run installdocs wasn't working on recent node version, see #532
In the meantime, you can edit node_modules/multidep/index.js line 111 to replace timeout with 300000 and run npm run installdocs and then npm start

@vincentfretin
Copy link
Contributor

You can close this one @dmarcos

@dmarcos
Copy link
Member

dmarcos commented Jun 10, 2024

thanks

@dmarcos dmarcos closed this as completed Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants