I am receiving the following error when I try to npm install jspdf --save
:
npm ERR! code 128
npm ERR! Command failed: git submodule update -q --init --recursive
npm ERR! error: waitpid for git-submodule failed: No child processes
I installed latest version of npm and still the same:
Angular CLI: 6.2.3
Node: 10.16.0
OS: win32 x64
Angular: 6.1.9
NPM: 6.9.0
Any idea what is causing this?