coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
620 stars 354 forks source link

NPM Install Failed #77

Open blpraveen opened 2 years ago

blpraveen commented 2 years ago

Python Command Failed.

I could not install . Please the attached screen shot.

image

blpraveen commented 2 years ago

I have python3 installed need to run with node-gyp@latest

But version installed is node-gyp@3.8.0

nielsdrost7 commented 2 years ago

Your command prompt log shows that it's looking for python2, not python3. That's actually also the error. I see that you're using npm version 16. Maybe if you go nvm use 12 or nvm use 14 you'll have better luck. The node_sass (old version) needs to build and it needs python2.