Fehler beim Installieren von tui-editor oder ngx-tui-editor

Fehler beim Installieren von tui-editor oder ngx-tui-editor

Ich versuche, den Toast-Markdown-Editor zu installieren und erhalte den folgenden Fehler

npm i --save tui-editor
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]/sohee-lee7/Squire.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

npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\Ramesh Kumar\AppData\Roaming\npm-cache\_logs\2019-05-25T04_19_47_296Z-debug.log

Meine 2019-05-25T04_19_47_296Z-debug.log-DateiAustestungsprotokoll Dank im Voraus.

Antwort1

Ich habe mein Problem gelöst, indem ich

  1. InstallierenGit
  2. Fügen Sie den Pfad zu C:\Programme\Git\bin C:\Programme\Git\cmd in der Umgebungsvariable PATH hinzu.
  3. Starte den Computer neu

Führen Sie den Befehl aus

npm i --save tui-editor
npm i --save ngx-tui-editor

verwandte Informationen