atagulalan / arctis-battery-percentage

🔋 Shows SteelSeries Arctis wireless device's battery percentages as a notification.
MIT License
70 stars 16 forks source link

NPM Install issue #28

Open kenomote opened 2 years ago

kenomote commented 2 years ago

npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t git://github.com/atagulalan/arctis-battery-percentage.git npm ERR! enoent npm ERR! enoent npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\lenovo\AppData\Roaming\npm-cache_logs\2021-10-22T11_07_24_403Z-debug.log

kenomote commented 2 years ago

How do I fix this?

kenomote commented 2 years ago

Im new to npm and installing from git, I already fixed the above issue by simply installing git. However the final command throws me this error:

C:\Users\lenovo>node percentage internal/modules/cjs/loader.js:905 throw err; ^

Error: Cannot find module 'C:\Users\lenovo\percentage' ←[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)←[39m ←[90m at Function.Module._load (internal/modules/cjs/loader.js:746:27)←[39m ←[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)←[39m ←[90m at internal/main/run_main_module.js:17:47←[39m { code: ←[32m'MODULE_NOT_FOUND'←[39m, requireStack: [] }

atagulalan commented 2 years ago

Hey @kenomote

You are in wrong folder. First, navigate to project folder by cd [path]. Example: cd C:\Users\lenovo\Desktop\arctis-battery-percentage

You can run npm install there. This would install necessary packages.

After this, please try to run node percentage

Thank you.

LazoYoung commented 2 years ago

Confirm you have Git installed on your windows?