问题
After globally installing electron-forge with npm install -g electron-forge
any command I enter in the terminal related to electron-forge gives me the following message:
It seems like it's missing some dependencies you need to run Electron. Make sure you have git and Node.js version 6.0.0+ installed
I don't know why it tells me that it is missing git and Node which both installed both locally and globally versions 0.1.5 and 14.0.0 respectively.
回答1:
git 0.1.5 is a partial implementation of access to git object database; for other not implemented things it requires native git command line.
来源:https://stackoverflow.com/questions/61408966/error-message-it-looks-like-you-are-missing-some-dependencies-you-need-to-get-e