启动NPM时出错.Ghost博客.npm启动错误



**********更新*********这与我在config.js中将我的端口更改为ipad的端口有关,这样我就可以在手机和桌面上进行测试了。你知道我如何在每次重新启动计算机时不更改端口的情况下做到这一点吗?这样它们就会一直设置在我的ipad上进行测试?

**********原始问题****我在启动npm运行我的ghost博客时遇到了一个奇怪的错误。以前也发生过这种情况,我回到了github上的前一次提交。似乎每次我通过不同的方法让它工作,然后停止工作并关闭终端。然后当我重新开始它的另一个问题??也许是github造成的。任何帮助都会很棒。尝试了我所知道的一切。

这是错误信息:

cconti77@Charless-iMac ~/sites/_repos/elite-university (get-back-on-it●●●)$ npm start

ghost@0.5.0start/Users/conti77/Sites/_repos/ellite university节点索引

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! ghost@0.5.0 start: `node index`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the ghost@0.5.0 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

您已经在将Ghost端口用于其他用途。

很可能ghost以错误的方式退出,或者您正在使用forever/pm2,并且进程没有正确关闭。尝试杀死任何"forever/pm2"实例,然后重新启动计算机。为我工作。

为了了解会发生什么,我建议您尝试以下操作,看看哪个进程使用重影端口,然后终止该进程。http://www.cyberciti.biz/faq/what-process-has-open-linux-port/

而且,你有点跑题了,这应该转移到SuperUser。

相关内容

  • 没有找到相关文章

最新更新