puikinsh / Adminator-admin-dashboard

Adminator is easy to use and well design admin dashboard template based on Bootstrap 5 for web apps, websites, services and more
https://colorlib.com/polygon/adminator/index.html
MIT License
4.39k stars 1.74k forks source link

Why does it need Python? #296

Closed benisai closed 1 year ago

benisai commented 1 year ago

Why does it need Python? The read.me doesnt show it as required.

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

GhostHyde commented 1 year ago

Ran into as well with an NPM Pyton2 syntax error. Had to abort installation.

jepperaskdk commented 1 year ago

It looks like it might be a dependency of node-sass - I think this PR will solve it: https://github.com/puikinsh/Adminator-admin-dashboard/pull/294

jepperaskdk commented 1 year ago

I've merged that PR now - can you pull the latest and check if it works now?