2014-10-04 112 views
-1

**********更新********* 這必須與我更改我的端口到我的ipaddress在config.js中,我可以在移動設備和桌面上進行測試。任何想法如何我可以做到這一點,而不必每次重新啓動計算機時更改端口,以便它們始終設置爲我的ipaddress進行測試?錯誤啓動NPM ..鬼博客..錯誤npm開始

**********原始問題**** 我在啓動npm運行我的ghost博客時遇到了一個奇怪的錯誤。它發生在之前,我又回到以前在github上的提交。似乎每次我通過不同的方法得到它,然後停止工作並關閉終端。那麼當我重新啓動它的另一個問題?也許github正在導致它。任何幫助都會很棒。試過我知道該怎麼做的一切。

這裏是錯誤消息:

[email protected] ~/sites/_repos/elite-university (get-back-on-it●●●)$ npm start 

[email protected]啓動/用戶/ cconti77 /網站/ _repos /精英大學 節點索引

Migrations: Up to date at version 003 

events.js:72 
    throw er; // Unhandled 'error' event 
     ^
Error: listen EADDRNOTAVAIL 
at errnoException (net.js:904:11) 
at Server._listen2 (net.js:1023:19) 
at listen (net.js:1064:10) 
at net.js:1146:9 
at dns.js:72:18 
at process._tickCallback (node.js:419:13) 
at process._tickFromSpinner (node.js:394:15) 

npm ERR! [email protected] start: `node index` 
npm ERR! Exit status 8 
npm ERR! 
npm ERR! Failed at the [email protected] start script. 
npm ERR! This is most likely a problem with the ghost package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node index 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls ghost 
npm ERR! There is likely additional logging output above. 
npm ERR! System Darwin 13.4.0 
npm ERR! command "node" "/usr/local/bin/npm" "start" 
npm ERR! cwd /Users/cconti77/Sites/_repos/elite-university 
npm ERR! node -v v0.10.32 
npm ERR! npm -v 1.4.28 
npm ERR! code ELIFECYCLE 
npm ERR! 
npm ERR! Additional logging details can be found in: 
npm ERR!  /Users/cconti77/Sites/_repos/elite-university/npm-debug.log 
npm ERR! not ok code 0 
+0

這個問題似乎是脫離主題,因爲它不是關於編程。請參閱幫助中心的[我可以詢問哪些主題](http://stackoverflow.com/help/on-topic)。也許[超級用戶](http://superuser.com/)或[Apple Stack Exchange](http://apple.stackexchange.com/)會是一個更好的地方。 – jww 2014-10-04 22:25:16

回答

0

你已經在使用Ghost端口進行其他操作。

很可能幽靈退出了錯誤的方式,或者您永遠使用/ pm2,並且該過程尚未正常關閉。嘗試殺死任何'forever/pm2'實例,然後重新啓動您的機器。爲我工作。

爲了理解會發生什麼,我建議您嘗試以下操作以查看哪個進程使用了​​ghost端口,然後終止進程。 http://www.cyberciti.biz/faq/what-process-has-open-linux-port/

而且,你有點偏離主題,這應該移到超級用戶。