erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.88k stars 849 forks source link

Errors when trying to install #246

Closed darrianb1 closed 3 years ago

darrianb1 commented 3 years ago

I am receiving these error when trying to install them into react I am not sure how to fix it

PS C:\Users\name\OneDrive\Desktop\weather-app\my-weather-app> npm i https://github.com/erikflowers/weather-icons.git
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/erikflowers/weather-icons.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\name\AppData\Roaming\npm-cache\_logs\2021-06-27T21_25_32_950Z-debug.log
PS C:\Users\name\OneDrive\Desktop\weather-app\my-weather-app> 
fox91 commented 3 years ago

https://stackoverflow.com/a/56990788