Coder Social home page Coder Social logo

Comments (11)

dmicheletto avatar dmicheletto commented on August 13, 2024 4

Hi @JeroenDerks

I had your same problem. I solved it like this:

  • delete the project from your pc
  • check node, npm and yarn installation (my setup is node v20.2.0, npm 9.6.6 and yarn 1.22.19)
  • download the project again
  • run
    $yarn install
    $yarn start

from talking_avatar.

JeroenDerks avatar JeroenDerks commented on August 13, 2024 2

I didnt manage to fix this example either. Decided to move on.

from talking_avatar.

Sun-Deep avatar Sun-Deep commented on August 13, 2024

Hi @dmicheletto,

I tried your suggested solution but the problem is still there. Any idea what may be the issue here? I am using Next.JS v13

from talking_avatar.

sumitsarraf avatar sumitsarraf commented on August 13, 2024

Hi @JeroenDerks

I had your same problem. I solved it like this:

  • delete the project from your pc
  • check node, npm and yarn installation (my setup is node v20.2.0, npm 9.6.6 and yarn 1.22.19)
  • download the project again
  • run
    $yarn install
    $yarn start

Screenshot 2023-07-26 103646

@dmicheletto @bornfree Same issue for me also. tried updating everything but nothing worked. any suggestion?

from talking_avatar.

mquenumsiax avatar mquenumsiax commented on August 13, 2024

Same here !
image
Any other idea ?

from talking_avatar.

sumitsarraf avatar sumitsarraf commented on August 13, 2024

from talking_avatar.

PatrickkZhao avatar PatrickkZhao commented on August 13, 2024

I fixed it by updating the latest library, also removing the Bg component.
yarn add @react-three/drei @react-three/fiber @types/three three

from talking_avatar.

Shivamkumar285 avatar Shivamkumar285 commented on August 13, 2024

This is a really great sample code to start with. But the question is, can we replace the 3D model with something else? If yes, please elaborate on what type or kind of model I can use and where I can get it. Any suggestions or guidance are highly appreciated. and I'm trying to fix the same code if it starts working, I'll share the repo with you soon Thanks, Sumit

Hey did you get anything on this?

from talking_avatar.

Affan-Khan-13 avatar Affan-Khan-13 commented on August 13, 2024

Hey anyone solved this ? @JeroenDerks @sumitsarraf @dmicheletto @Sun-Deep @mquenumsiax @PatrickkZhao
I tried updating to latest versions, which just crashes the app instead

from talking_avatar.

daz-williams avatar daz-williams commented on August 13, 2024

I had the same problem. Here's how I fixed it:

  1. Clone repo
  2. yarn install
  3. yarn add three
  4. Edit App.js change <planeBufferGeometry /> to <planeGeometry />
  5. yarn start

Three is the only package I updated.

Prior: "three": "^0.142.0",

Updated to: "three": "^0.158.0",

@JeroenDerks @sumitsarraf @dmicheletto @Sun-Deep @mquenumsiax @PatrickkZhao @Affan-Khan-13 @bornfree

from talking_avatar.

Affan-Khan-13 avatar Affan-Khan-13 commented on August 13, 2024

I had the same problem. Here's how I fixed it:

  1. Clone repo
  2. yarn install
  3. yarn add three
  4. Edit App.js change <planeBufferGeometry /> to <planeGeometry />
  5. yarn start

Three is the only package I updated.

Prior: "three": "^0.142.0",

Updated to: "three": "^0.158.0",

@JeroenDerks @sumitsarraf @dmicheletto @Sun-Deep @mquenumsiax @PatrickkZhao @Affan-Khan-13 @bornfree

Yeah the problem is with the use of package manager, npm dosent work, you have got to use yarn

from talking_avatar.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.