Tag Archives: Pull code execution NPM install error code: 128

Pull code execution NPM install error code: 128

Error:
NPM err! Code 128
NPM err! Command failed: git clone — mirror – Q git://github.com/adobe-webplatform/eve.git C:\Users\yangj\AppData\Roaming\npm-cache_ cacache\tmp\git-clone-b6120ac8.git –config core.longpaths=true
npm ERR! warning: templates not found in C:\Users\yangj\AppData\Local\Temp\pacote-git-template-tmp\git-clone-ac85a663
npm ERR! fatal: read error: Invalid argument
npm ERR!

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\yangj\AppData\Roaming\npm-cache_ logs\2019-11-29T01_ 43_ 24_ 288Z- debug.log

Solution:
execution steps:
Step 1: git config — global URL. “HTTPS://”. Insteadof git://
Step 2: NPM install
is OK