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

can't use soba components #44

Closed
comfortme opened this issue Aug 18, 2024 · 6 comments
Closed

can't use soba components #44

comfortme opened this issue Aug 18, 2024 · 6 comments

Comments

@comfortme
Copy link

Hi,
I'm trying to recreate the example from the video "[Angular Three] 3D Slideshow long tutorial"
as soon as I use ngts related components, I get a bunch of errors as below.
Am I missing something?

"angular-three": "^2.0.0-beta.313",
"angular-three-soba": "^2.0.0-beta.313"

image

@RyannGalea
Copy link

You need to install troika-three-text, three-mesh-bvh & monogrid

@comfortme
Copy link
Author

Ok.. but there are still a few errors left 🤔

image

@RyannGalea
Copy link

RyannGalea commented Aug 18, 2024

Which Angular version?

May have to remove node_modules and lock, and reinstall.

@comfortme
Copy link
Author

I've removed node_modules and lock, updated the angular version to 18.2.0.
I've check the vanilla-exports/index.d.ts file and saw that it was complaining about @pmndrs/vanilla being missing. Installed that too.
Still getting the same errors :(

@nartc
Copy link
Member

nartc commented Aug 19, 2024

https://github.com/nartc/ngt-3d-slideshow/blob/main/package.json

Please reference this for all dependencies needed for 3D Slideshow (I'll update the video description so folks are aware as well)

Recent ng generate angular-three:add-soba schematic can help with installing peer dependencies for angular-three-soba.

Apologize for the inconvenience but I'm working hard on auxiliary things and documentation.

@nartc nartc closed this as completed Aug 19, 2024
@quedicesebas
Copy link

As todaym ng generate angular-three:add-soba is not working. I had to use the template referenced in #55 (comment)

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

4 participants