jrthunell / crypto-wallets

Javascript/Node library for generating cryptocurrency private key - public address pairs
MIT License
25 stars 15 forks source link

Not able to install pakage #3

Open ershankar opened 3 years ago

ershankar commented 3 years ago

Getting this error when try to install this packege -

npm install crypto-wallets npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno ENOENT npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t https://github.com/mymonero/mymonero-core-js.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-04-15T07_59_05_932Z-debug.log

npm log file is

42 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "crypto-wallets" 43 verbose node v12.18.4 44 verbose npm v6.14.6 45 error code ENOENT 46 error syscall spawn git 47 error path git 48 error errno ENOENT 49 error enoent Error while executing: 49 error enoent undefined ls-remote -h -t https://github.com/mymonero/mymonero-core-js.git 49 error enoent 49 error enoent 49 error enoent spawn git ENOENT 50 error enoent This is related to npm not being able to find a file. 51 verbose exit [ 1, true ]