标签: node.js npm ghost-blog
我正在安装Ghost,在安装时我按照以下步骤操作:
http://docs.ghost.org/installation/linux/
但是在运行npm start时,我收到以下错误:
npm start
> node index Bus error (core dumped) npm ERR! weird error 135 npm ERR! not ok code 0
我该怎么办?我是node或npm的新手
答案 0 :(得分:0)
根据this site和this also,很可能存在环境问题,例如文件或配置设置不正确或丢失。尝试新的全新安装环境可以解决这个问题。