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

Error installing Tailwind CSS #125

Closed Sagarr124 closed 9 months ago

Sagarr124 commented 9 months ago

I am getting an error after running 'npm install -D tailwindcss' command, can someone help?

Screenshot 2023-11-26 230303

Screenshot 2023-11-26 230339

Screenshot 2023-11-26 230412

edmidev commented 9 months ago

Hello @Sagarr124, the first thing that i do is remove the node_modules folder and reinstall with npm i, in the first image i can see that fail remove the folder node_modules\postcss-import.

Sagarr124 commented 9 months ago

Thank you so much. It worked.