suchen

Heim  >  Fragen und Antworten  >  Hauptteil

node.js – [nodejs] Bei der Installation von Bower sind Probleme aufgetreten

Ich verwende ein Mac-System und bei der Verwendung von npm zur globalen Installation von Bower ist diese Fehlermeldung aufgetreten:

Last login: Wed May 10 21:34:56 on ttys002
192:~ tachou$ npm install bower
/Users/tachou
└── bower@1.8.0

npm WARN enoent ENOENT: no such file or directory, open '/Users/tachou/package.json'
npm WARN tachou No description
npm WARN tachou No repository field.
npm WARN tachou No README data
npm WARN tachou No license field.
192:~ tachou$

Bitte helfen Sie mir, wie kann ich es ändern? ? ?

phpcn_u1582phpcn_u15822749 Tage vor501

Antworte allen(1)Ich werde antworten

  • 世界只因有你

    世界只因有你2017-05-16 13:31:00

    你这并没有全局安装 全局安装要 -g 的 flag

    因为当前目录下没有 package.json 所有报了警告⚠️

    Antwort
    0
  • StornierenAntwort