You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have special setup where I don't have git installed in the same environment, where I have npm. In this setup webpack-cli installation fails with the following error:
$ npm i webpack-cli -D
npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.
Why git is needed for cli installation?
The text was updated successfully, but these errors were encountered:
I have special setup where I don't have git installed in the same environment, where I have npm. In this setup
webpack-cli
installation fails with the following error:Why git is needed for cli installation?
The text was updated successfully, but these errors were encountered: