Closed lainshiHenry closed 5 months ago
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
You can close this one @dmarcos
thanks
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: