VinayMatta63 / threejs-portfolio

3D Game-like Portfolio with character movements developed using Three.js, React.js, Blender Models and React-Three-Fiber with interactive elements.
https://vinay-matta.web.app/
144 stars 24 forks source link

How to run this project ? #3

Closed TechsolutionAAA closed 3 months ago

TechsolutionAAA commented 1 year ago

I npm installed. Then I npm run start.

But the project isn't compiled.

How can I run this project ?

VinayMatta63 commented 1 year ago

I npm installed. Then I npm run start.

But the project isn't compiled.

How can I run this project ?

It should work with these 2 commands is there any error while compiling or something?

TechsolutionAAA commented 1 year ago

Failed to compile.

./node_modules/react-particles-js/cjs/particles.js Module not found: Can't resolve 'tsparticles/Enums' in 'F:\Three\React three fiber\Mine\threejs-portfolio\node_modules\react-particles-js\cjs'

This is error message what I get when I run npm start.

VinayMatta63 commented 1 year ago

Failed to compile.

./node_modules/react-particles-js/cjs/particles.js Module not found: Can't resolve 'tsparticles/Enums' in 'F:\Three\React three fiber\Mine\threejs-portfolio\node_modules\react-particles-js\cjs'

This is error message what I get when I run npm start.

Seems like an issue in one of the dependencies, try deleting node_modules and downloading again if it still doesn't work then let me know.

bcExpt1123 commented 1 year ago

Failed to compile. ./node_modules/react-particles-js/cjs/particles.js Module not found: Can't resolve 'tsparticles/Enums' in 'F:\Three\React three fiber\Mine\threejs-portfolio\node_modules\react-particles-js\cjs' This is error message what I get when I run npm start.

Seems like an issue in one of the dependencies, try deleting node_modules and downloading again if it still doesn't work then let me know.

I have deleted node_modules and then downloaded again, but same error still appeared. I run it in Main branch.