ethereumjs-abi icon indicating copy to clipboard operation
ethereumjs-abi copied to clipboard

not installed

Open pkgujjar opened this issue 4 years ago • 4 comments

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>

pkgujjar avatar Jun 22 '21 12:06 pkgujjar

Im facing the same issue, any solutions yet?

seufabio avatar Oct 06 '21 14:10 seufabio

@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

seufabio avatar Oct 08 '21 18:10 seufabio

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

tienvuvietlinkads avatar Jan 27 '22 09:01 tienvuvietlinkads

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

caffeinum avatar Jun 11 '22 11:06 caffeinum