salgum1114 / react-3d-editor

A-Frame based 3D visualization editing tool.
https://salgum1114.github.io/react-3d-editor/
MIT License
103 stars 35 forks source link

Installation #13

Open micfio opened 2 years ago

micfio commented 2 years ago

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

Icekettle commented 2 years ago

I have the same problem.

jtg-gg commented 2 years ago

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"

Icekettle commented 2 years ago

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"

Great!!! It does work!!! Thanks very much!