【发布时间】:2014-01-18 15:30:22
【问题描述】:
我正在按照https://devcenter.heroku.com/articles/getting-started-with-nodejs 中列出的步骤在 heroku 上部署我的应用
我在部署时收到以下错误消息
854 info build /tmp/build_4cdbd3fc-aa32-4d15-9366 ebdef5c5cb93/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
855 info preinstall ws@0.4.8
856 verbose unsafe-perm in lifecycle true
857 info ws@0.4.8 Failed to exec preinstall script
858 error ws@0.4.8 preinstall: `make`
858 error Exit status 2
859 error Failed at the ws@0.4.8 preinstall script.
859 error This is most likely a problem with the ws package,
859 error not with npm itself.
859 error Tell the author that this fails on your system:
859 error make
859 error You can get their info via:
859 error npm owner ls ws
我在这里看到了类似的问题,但没有一个解决方案适合我,因为我在 heroku 上进行部署(猜猜?)。
我们将不胜感激。
干杯
【问题讨论】: