ethereumjs / ethereumjs-abi

[DEPRECATED] Decoder and encoder for the Ethereum ABI
MIT License
300 stars 162 forks source link

not installed #88

Open pkgujjar opened 3 years ago

pkgujjar commented 3 years ago

PS C:\Users\Desktop\dex\pancake-frontend-YT--YT> npm install 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 https://github.com/ethereumjs/ethereumjs-abi.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\AppData\Roaming\npm-cache_logs\2021-06-22T11_56_47_085Z-debug.log PS C:\Users\pkgujjar\Desktop\dex\pancake-frontend-YT--YT>

seufabio commented 3 years ago

Im facing the same issue, any solutions yet?

seufabio commented 2 years ago

@pkgujjar in case you are still facing it, I solved it adding the following command to my Dockerfile:

RUN apk --no-cache add git

Im using a node alpine image

tienvuvietlinkads commented 2 years ago

Your comment save me!

@pkgujjar in case you are still facing it, I solved it adding the following command to my Dockerfile:

RUN apk --no-cache add git

Im using a node alpine image

Your comment save me It work like a charm

caffeinum commented 2 years ago

had the same error, ended up downgrading the package up the dependency tree. not sure what was wrong