coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

NPM Install Failed

Open blpraveen opened this issue 4 years ago • 2 comments

Python Command Failed.

I could not install . Please the attached screen shot.

image

blpraveen avatar Sep 27 '21 19:09 blpraveen

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

But version installed is [email protected]

blpraveen avatar Sep 28 '21 09:09 blpraveen

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.

nielsdrost7 avatar Oct 02 '21 06:10 nielsdrost7