discord / erlpack

High Performance Erlang Term Format Packer
MIT License
217 stars 64 forks source link

error during installation #28

Open ati998 opened 4 years ago

ati998 commented 4 years ago

PS C:\Users\Rendszergazda.WIN-1BH7D2E0TOI\Desktop\altv_rp> npm i erlpack@discordapp/erlpack npm ERR! path git npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! syscall spawn git npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/discordapp/erlpack.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\Rendszergazda.WIN-1BH7D2E0TOI\AppData\Roaming\npm-cache_logs\2019-12-01T19_07_38_583Z-debug.log

wzhouwzhou commented 4 years ago

Please ensure you have git in your $PATH, pretty sure that undefined there is where your git would have been.

~William