when run
ghost install
some thing wrong:
warning ghost@2.7.1: The engine “cli” appears to be invalid.
error An unexpected error occurred: “https://github.com/kevinansfield/oembed-parser/tarball/80af3dc41059bcc0caa80db010265a811a4267c7: ETIMEDOUT”.
The reason is that in china can not access github,com but can access npmjs.org
in the package.json
"nodemailer": "0.7.1",
"oauth2orize": "1.11.0",
"oembed-parser": "https://github.com/kevinansfield/oembed-parser/tarball/80af3dc41059bcc0caa80db010265a811a4267c7",
"passport": "0.4.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
the oembed-parser use github url, but can this publish to public npm?
the user from china was so pity…