suchen

Heim  >  Fragen und Antworten  >  Hauptteil

node.js – NPM-Installationsfehler errno -4068


npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\Software\Program Files\JetBrains\WebStorm 2017.1.4\nodeJs\node.exe" "C:\Software\Program Files\JetBrains\WebStorm 2017.1.4\nodeJs\node_modules\npm\bin\npm-cli.js" "install" "yarn" "-g"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! path C:\Software\Program Files\JetBrains\WebStorm 2017.1.4\nodeJs\global\yarn
npm ERR! code EISDIR
npm ERR! errno -4068
npm ERR! syscall open

npm ERR! eisdir EISDIR: illegal operation on a directory, open 'C:\Software\Program Files\JetBrains\WebStorm 2017.1.4\nodeJs\global\yarn'
npm ERR! eisdir This is most likely not a problem with npm itself
npm ERR! eisdir and is related to npm not being able to find a package.json in
npm ERR! eisdir a package you are trying to install.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Windows\system32\npm-debug.log

Das Obige ist das Fehlerprotokoll, wenn npm Garn installiert. Ich habe versucht, nodejs neu zu installieren und cmd mit Administratorrechten auszuführen, aber sie waren erfolglos. Wie man es löst?

typechotypecho2716 Tage vor1811

Antworte allen(1)Ich werde antworten

  • 为情所困

    为情所困2017-06-17 09:17:51

    可能npm版本问题 ,重新安装npm 试试
    试试 npm uninstall npm
    然后再 npm install -g npm

    Antwort
    0
  • StornierenAntwort