atom-react
atom-react copied to clipboard
wont install
Installing “[email protected]” failed. Failed to install react because Git was not found.
The react package has module dependencies that cannot be installed without Git.
You need to install Git and add it to your path environment variable in order to install this package.
You can install Git by downloading, installing, and launching GitHub for Windows: https://windows.github.com
Run apm -v after installing Git to see what version has been detected.
"You need to install Git and add it to your path environment variable in order to install this package." Already installed GitHub. Can you explain how to add it to my Env path? What is an environment path exactly?
"Run apm -v after installing Git to see what version has been detected." - Where do i need to run that command exactly?
Sorry, pretty new guy here..
This is the error that shows when trying to install the plugin
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/millermedeiros/rocambole.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\Tomas\.atom\.apm\_logs\2020-06-27T20_09_02_491Z-debug.log
This is the error that shows when trying to install the plugin
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/millermedeiros/rocambole.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\Tomas\.atom\.apm\_logs\2020-06-27T20_09_02_491Z-debug.log
I'm having same error did u found some solution?