themesberg / volt-react-dashboard

Free and open source React.js admin dashboard template and UI library based on Bootstrap 5
https://demo.themesberg.com/volt-react-dashboard
MIT License
917 stars 377 forks source link

npm ERR! gyp verb check python checking for Python executable "python2" in the PATH #20

Open LouisMuriuki opened 2 years ago

LouisMuriuki commented 2 years ago

npm i wont run. do we actually need python2?

hariharadhamodaran commented 2 years ago

same here

LouisMuriuki commented 2 years ago

Decided to create my own dashboard from scratch after this.....Annoying

tranviet2010 commented 2 years ago

how to fix my friend @LouisMuriuki

LouisMuriuki commented 2 years ago

I have no idea...i created my own dashboard instead

maayaankk commented 1 year ago

I had this problem too, what I did :

1- npm uninstall node-sass

2- npm i -D sass

3- npm i

Reference: https://stackoverflow.com/questions/70514785/npm-install-failed-at-node-sass-command-failed

peter279k commented 8 months ago

To resolve the issue, I use the following commands: