adrianhajdin / project_3D_developer_portfolio

The most impressive websites in the world use 3D graphics and animations to bring their content to life. Learn how to build your own ThreeJS 3D Developer Portfolio today!
https://jsmastery.pro
5.71k stars 1.26k forks source link

Node modules folder is not uploading on GitHub #124

Open Rudra2122 opened 9 months ago

xlgabriel commented 8 months ago

node_modules should be on .gitignore. You shouldn't upload this folder. If you need to open your project on a new PC, just clone the repo and do a npm install, it will install your dependencies.

Rudra2122 commented 8 months ago

Thank you

On Mon, 11 Dec 2023 at 11:09, Gabriel Jeannot @.***> wrote:

node_modules should be on .gitignore. You shouldn't upload this folder. If you need to open your project on a new PC, just clone the repo and do a npm install, it will install your dependencies.

— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_3D_developer_portfolio/issues/124#issuecomment-1849360953, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCBKECWG7MRFY5MWGHBDI23YI2MC3AVCNFSM6AAAAAA7TEP5TGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBZGM3DAOJVGM . You are receiving this because you authored the thread.Message ID: @.*** com>

Rudra2122 commented 8 months ago

node_modules should be on .gitignore. You shouldn't upload this folder. If you need to open your project on a new PC, just clone the repo and do a npm install, it will install your dependencies.

i have done this and it is still showing me error

Rudra2122 commented 8 months ago

node_modules should be on .gitignore. You shouldn't upload this folder. If you need to open your project on a new PC, just clone the repo and do a npm install, it will install your dependencies.

Also it is giving me below error: Failed to load resource: the server responded with a status of 404 () . How do i solve this

xlgabriel commented 8 months ago

I'm sorry, honestly, I'm not able to help you without further information. Maybe you could provide details of your problem. You can also try using GPT by giving it a very good explanation, that usually helps me.

AggarwalNeelesh commented 8 months ago

can you provide the screenshot of the error you are getting