求问安装Ghost时出现“npm warn”怎么解决呢?
在ubuntu 14.04的VPS上安装ghost,结果出现以下报错,请问这是什么意思呢?
root@yangzihui:/var/www/ghost# sudo npm install --production
npm WARN cannot run in wd ghost@0.7.4 npm install semver && node -e "require('./core/server/utils/startup-check.js').nodeVersion()" (wd=/var/www/ghost)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Since v1.0.0, Node.js has an out-of-the-box implementation of both fs.access() and fs.accessSync().
Please use these native functions instead of this module.
官方解释:https://www.npmjs.com/package...
怎么解决的呢?
同问啊,你现在解决了吗?