You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i have installed with npm install and then npm start but when i go to localhost:8080 i have a blank page. Can provide me install instructions ? thanks in advance
The text was updated successfully, but these errors were encountered:
I've the same problem and found a solution.
you need to downgrade aframe version to 1.0.4
in package.json, change "aframe": "^1.0.4" to "aframe": "~1.0.4"
I've the same problem and found a solution. you need to downgrade aframe version to 1.0.4 in package.json, change "aframe": "^1.0.4" to "aframe": "~1.0.4"
Hello i have installed with npm install and then npm start but when i go to localhost:8080 i have a blank page. Can provide me install instructions ? thanks in advance
The text was updated successfully, but these errors were encountered: