SpikeHD / AmazonMonitor

Amazon price checker, item monitor and stock monitor, all shoved into a Discord bot
GNU General Public License v3.0
221 stars 38 forks source link

[BUG] #111

Closed Shemeckk closed 3 months ago

Shemeckk commented 4 months ago

Describe the issue:

on Npm install: shows "npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent An unknown git error occurred npm ERR! enoent" seems to be related to not finding a file but i cant seem to figure out how so? Please include things like:

Paste the contents of your config.json, excluding the token, here:

"prefix":"$", "token":" "minutes_per_check":2, "seconds_between_check": 5, "url_params":{}, "guild_item_limit":5, "cache_limit": 10, "required_perms":["permission_1", "permission_2"], "tld":"com","ca" "auto_cart_link":true, "debug_enabled":false, "custom_chromium_exec":""

[PASTE HERE]

Provide console output with debug mode enabled:

[PASTE HERE]
Shemeckk commented 4 months ago

npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent ... but i have the whole download

SpikeHD commented 4 months ago

Are you sure you posted everything from the error? What NodeJS version are you on (node -v)? What NPM version are you on (npm -v)? Do you have git installed?

SpikeHD commented 3 months ago

Closing due to lack of response