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

build errors #62

Open
nooberjones opened this issue Nov 18, 2023 · 3 comments
Open

build errors #62

nooberjones opened this issue Nov 18, 2023 · 3 comments

Comments

@nooberjones
Copy link

Hello,

I appreciate your work, it's great. I am trying to build this app and I get two errors, below.

Uncaught TypeError: Cannot read properties of undefined (reading 'function')
at ar.html:201:85

ar.6d9dbea….bundle.js:2 Uncaught (in promise) TypeError: THREE.PlaneBufferGeometry is not a constructor
at i.createSurface (ar.6d9dbea23d0743734…bundle.js:2:2373074)
at i.createGraph (ar.6d9dbea23d0743734…bundle.js:2:2368937)
at i.init (ar.6d9dbea23d0743734…bundle.js:2:2367575)
at i.initComponent (ar.6d9dbea23d0743734…bundle.js:2:1146603)
at i.updateProperties (ar.6d9dbea23d0743734…bundle.js:2:1146316)
at u.updateComponent (ar.6d9dbea23d0743734…bundle.js:2:1134966)
at u.updateComponents (ar.6d9dbea23d0743734…bundle.js:2:1134845)
at ar.6d9dbea23d0743734…bundle.js:2:1132944
at ar.6d9dbea23d0743734…bundle.js:2:1141574

any help would be appreciated.

Thanks,

@brisdaz
Copy link

brisdaz commented Apr 12, 2024

Have you received any help?

@EricEisaman
Copy link

@nooberjones
This project is currently pinned to "three": "^0.111.0", as you can see in the package json. That version of ThreeJS is really old. If you update the project to the current ThreeJS and manage the conflicts you will solve your issue and also have something to contribute back in a PR.

@nooberjones
Copy link
Author

OK, I got it to build! YAY! If I deploy like that it uses your backend, as I noticed? I am trying to build the backend now.

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