I tried installing quick.db in my discord.js bot Example: "npm i quick.db", I've tried installing it but instead all I get is this error: https://hastebin.com/puwisugivu.sql How do I fix this?
Asked
Active
Viewed 232 times
0
-
3Seems pretty clear to me that you need to install Python... – underscore_d Aug 07 '20 at 09:53
-
I've downloaded Python but it still doesn't work, all I get is that error again. – ZED Aug 08 '20 at 07:42
-
Downloading is not enough. You also need to install it and then, as the errors also say, ensure it's available via the `PYTHON` or `PATH` environment variables. The other programs need to be able to find it. – underscore_d Aug 08 '20 at 10:15
-
I added python to path, but then node.js isn't working anymore. – ZED Aug 21 '20 at 05:12
-
Then you'll need to provide a better explanation than "isn't working", because no one can do anything with that – underscore_d Aug 21 '20 at 08:44