breautek commented on PR #107: URL: https://github.com/apache/cordova-plugin-screen-orientation/pull/107#issuecomment-1353499969
``` npm ERR! code ENOENT npm ERR! syscall spawn git ``` is the error where NPM cannot find git, so it seems you don't have `git` installed, or at the very least the executable isn't found in your system `PATH` variable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
