BeepIsla / CSGO-Overwatch-Bot

Automatically solve CSGO Overwatch cases
GNU Affero General Public License v3.0
186 stars 45 forks source link

installation errors #231

Closed hammerx1337 closed 2 years ago

hammerx1337 commented 2 years ago

hello, when I write npm ci it says that some packages are missing, when I write "npm fund" it gives me the following, I attach a screenshot, is it supposed to be like this? image

BeepIsla commented 2 years ago

fund != found. Look up what the words actually mean, nothing went wrong here.

hammerx1337 commented 2 years ago

sorry, I already understood what was meant and wanted to delete this post, but I have the following problem, when I write node index.js STEAMWORKS I get this error image

BeepIsla commented 2 years ago

Run npm i ./extension/steam

hammerx1337 commented 2 years ago

I tried but it still gives an error

BeepIsla commented 2 years ago

What error?

hammerx1337 commented 2 years ago

same as in the screenshot

BeepIsla commented 2 years ago

That is impossible. They do different things.

hammerx1337 commented 2 years ago

I don't know, maybe the node js additional tools were installed incorrectly, please tell me how to remove them completely and reinstall?

hammerx1337 commented 2 years ago

I tried in different ways but still some traces remain in the system

BeepIsla commented 2 years ago

Manually running npm i ./extension/steam will try to build and install the module, if something goes wrong it will give details as to what went wrong

hammerx1337 commented 2 years ago

still same error, tried everything