web-dev-qa-db-ja.com

jspdf 1.5.3をインストールできません

Htmlをpdfに変換する必要があり、jspdf 1.5.2を使用しています。未定義のプロパティ 'charAt'を読み取れません(html2canvasで使用)というエラーが表示されます。

Jspdf 1.5.3をインストールしようとすると、次のようになります。

npm ERR! path git
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR! syscall spawn git
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/eligrey/FileSaver.js.git
npm ERR! enoent 
npm ERR! enoent 
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

私は他のスレッドを読みましたが、どれも役に立ちません。

6
Abdul Ahad

私も同じ問題を抱えていました。 gitのインストールを解決しました。

2
Natan