2015-12-02 186 views
0

我想在我的github上推送我的hexo站點。當我嘗試這個hexo d並且它說ERROR Deployer not found: git。所以我試圖安裝它,但得到了以下內容。無法安裝npm-deployer-git

[email protected]:~$ npm install hexo-deployer-git --save 
npm WARN optional Skipping failed optional dependency /chokidar/fsevents: 
npm WARN notsup Not compatible with your operating system or architecture: [email protected] 
npm ERR! Linux 3.19.0-33-generic 
npm ERR! argv "node" "/usr/local/bin/npm" "install" "hexo-deployer-git" "--save" 
npm ERR! node v0.11.2 
npm ERR! npm v3.5.1 
npm ERR! path /home/clatisus/node_modules/.staging 
npm ERR! code EACCES 
npm ERR! errno 3 

npm ERR! Error: EACCES, mkdir '/home/clatisus/node_modules/.staging' 
npm ERR! { [Error: EACCES, mkdir '/home/clatisus/node_modules/.staging'] 
npm ERR! stack: 'Error: EACCES, mkdir \'/home/clatisus/node_modules/.staging\'', 
npm ERR! errno: 3, 
npm ERR! code: 'EACCES', 
npm ERR! path: '/home/clatisus/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!  /home/clatisus/npm-debug.log 

回答