Cli: [BUG] EMISSINGARG bei npm installieren

Erstellt am 13. Dez. 2019  ·  4Kommentare  ·  Quelle: npm/cli

Was warum

Fehler bei der npm-Installation

Wann

  • bei jeder npm installieren

Wo

  • npm installiert über sudo apt install npm

Wie

Aktuelles Verhalten

  • großer böser Fehler

Schritte zum Reproduzieren

  • npm Installation auf einer Standard-Phoenix-Anwendung

Erwartetes Verhalten

  • erfolgreiche Installation

Wer

  • n / a

Verweise

  • n / a
cohen@xps-13-7390:~/code/cookbook/assets$ npm install
npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated [email protected]: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info.
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm ERR! Linux 4.15.0-1065-oem
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code EMISSINGARG

npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror     at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3)
npm ERR! typeerror     at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22)
npm ERR! typeerror     at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12)
npm ERR! typeerror     at /usr/share/npm/lib/install/deps.js:457:7
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror     at /usr/share/npm/lib/fetch-package-metadata.js:37:12
npm ERR! typeerror     at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5)
npm ERR! typeerror     at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7)
npm ERR! typeerror     at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20)
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror This is an error with npm itself. Please report this error at:
npm ERR! typeerror     <http://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/cohen/code/cookbook/assets/npm-debug.log

Inhalt von npm-debug.log

Bug

Hilfreichster Kommentar

Danke @marianelamin. Ihre Lösung hat bei mir funktioniert.

Auf meiner Ubuntu-Instanz habe ich diese 2 Befehle ausgeführt:
# npm install -gn
# n stabil

Alle 4 Kommentare

Ich habe das gleiche Problem

Dies ist uns auch in unserer Phoenix-Anwendung begegnet. Das Upgrade von webpack-cli von 2.xx auf 3.xx in package.json unter Assets hat das Problem für uns behoben. Wir verwenden

  • Ubuntu 18.04 LTS
  • Knoten v8.10.0
  • npm v3.5.2
  • Phoenix 1.4.10

Ich hatte das gleiche Problem mit Ubuntu 18.04 LTS und Node v8.10.0.

Ich habe die Knotenversion aktualisiert und die _npm-Installation funktioniert einwandfrei.

Danke @marianelamin. Ihre Lösung hat bei mir funktioniert.

Auf meiner Ubuntu-Instanz habe ich diese 2 Befehle ausgeführt:
# npm install -gn
# n stabil

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen