【问题标题】:Ghost platform not listening on windows 8?Ghost平台不在Windows 8上监听?
【发布时间】:2014-01-24 10:14:56
【问题描述】:

我已经安装了 node.js。我输入了命令 npm install --production 和 npm start,在博客文件所在的目录中。然而,输出仅仅是:-

E:\Documents\Blog\ghost-0.4.0>npm start

> ghost@0.4.0 start E:\Documents\Blog\ghost-0.4.0
> node index

E:\Documents\Blog\ghost-0.4.0>

什么时候应该是:-

E:\Documents\Blog\ghost-0.4.0>npm start

> ghost@0.4.0 start E:\Documents\Blog\ghost-0.4.0
> node index


E:\Documents\Blog\ghost-0.4.0>

Ghost is running
Listening on 127.0.0.1:2368
URL configures as http://my-ghost-blog.com
press CTRL+C to shut down.

我应该如何解决这个问题?

【问题讨论】:

    标签: node.js windows-8 configuration blogs ghost-blog


    【解决方案1】:

    它在 Windows 7 上的工作方式与此完全相同,我预计 Windows 7 和 8 之间不会有任何差异,所以这很奇怪。

    可以直接用node启动Ghost,会不会报错?

    node index.js
    
    C:\Projects\Ghost\ghost-0.4.1>node index.js
    Ghost is running in development...
    Listening on 127.0.0.1:2368
    Url configured as: http://localhost:3000/blog
    Ctrl+C to shut down
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-07-12
      • 2014-06-03
      • 1970-01-01
      • 2023-03-03
      • 1970-01-01
      • 1970-01-01
      • 2014-05-27
      • 2012-04-15
      相关资源
      最近更新 更多