2016-07-03 34 views
0

Ich möchte Nodemon auf meinem Ubuntu installieren, aber ich bekomme einen Fehler, und ich konnte nicht.Nodejs npm konnte nicht installiert werden nodemon

#npm install -g nodemon 

npm WARN optional dep failed, continuing [email protected] 
/usr/bin/nodemon -> /usr/lib/node_modules/nodemon/bin/nodemon.js 
[email protected] /usr/lib/node_modules/nodemon 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] ([email protected]) 
├── [email protected] ([email protected]) 
├── [email protected] ([email protected]) 
├── [email protected] ([email protected], [email protected]) 
├── [email protected] ([email protected]) 
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) 
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) 

und das ist mein ubuntu Version:

[email protected]:/home/salam# lsb_release -a 
No LSB modules are available. 
Distributor ID: Ubuntu 
Description: Ubuntu 14.04.4 LTS 
Release:  14.04 
Codename:  trusty 

Ich bin die Wurzel Benutzernamen und Passwort, es zu installieren

Antwort

1

Es sieht aus wie es richtig installiert ist.

Der einzige Fehler ist eine Warnung:

npm WARN optional dep failed, continuing [email protected] 

Bitte beachten Sie, dass fsevents nur unterstützt OS X Hosts (https://github.com/strongloop/fsevents) ist und benötigt wird, nicht auf Linux/Ubuntu.

Sie sollten den Befehl nodemon in Ihrem Terminal ausführen können, um dies zu überprüfen.

Verwandte Themen