2017-01-27 17 views
1

In here heißt es zu npm install laufen, aber ich bekomme diesen Fehler, wenn ich sudo npm install ausführen.Kann npm nicht installieren

sudo npm install 
npm WARN enoent ENOENT: no such file or directory, open '/var/www/html/mg/package.json' 
npm WARN mg No description 
npm WARN mg No repository field. 
npm WARN mg No README data 
npm WARN mg No license field. 

ohne sudo:

npm install 
npm WARN enoent ENOENT: no such file or directory, open '/var/www/html/mg/package.json' 
npm WARN mg No description 
npm WARN mg No repository field. 
npm WARN mg No README data 
npm WARN mg No license field. 
npm ERR! Linux 4.4.0-59-generic 
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" 
npm ERR! node v4.2.6 
npm ERR! npm v3.5.2 
npm ERR! path /var/www/html/mg/node_modules/.staging 
npm ERR! code EACCES 
npm ERR! errno -13 
npm ERR! syscall mkdir 

npm ERR! Error: EACCES: permission denied, mkdir '/var/www/html/mg/node_modules/.staging' 
npm ERR!  at Error (native) 
npm ERR! { [Error: EACCES: permission denied, mkdir '/var/www/html/mg/node_modules/.staging'] 
npm ERR! errno: -13, 
npm ERR! code: 'EACCES', 
npm ERR! syscall: 'mkdir', 
npm ERR! path: '/var/www/html/mg/node_modules/.staging' } 
npm ERR! 
npm ERR! Please try running this command again as root/Administrator. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /var/www/html/mg/npm-debug.log 
+0

Sie ohne sudo versucht haben? –

+0

Siehe Bearbeiten in OP. – Rudolph

+0

Können Sie Ihr Paket.json hinzufügen? Dieses Problem tritt normalerweise auf, wenn Sie diese Datei nicht haben. –

Antwort

Verwandte Themen