0
我正在嘗試安裝summarizer
模塊。以下是輸出的外觀:node-gyp重建錯誤。爲什麼?
npm i summarizer
npm WARN deprecated [email protected]: This package has been discontinued in favor of [email protected]^4.0.0.
> [email protected] install /home/me/node-workspace/node_modules/http-sync
> node-gyp rebuild
make: Entering directory '/home/me/node-workspace/node_modules/http-sync/build'
CXX(target) Release/obj.target/curllib/curllib.o
../curllib.cc:26:28: error: expected class-name before ‘{’ token
class CurlLib : ObjectWrap { ^
.
.
.
什麼原因導致這些錯誤?
我試過了什麼?
刪除$HOME/.node-gyp
沒有幫助。
編號:https://github.com/nodejs/node-gyp/issues/809
您運行的是哪個版本的節點?運行:node -v – Michal
@Michał5.7.1 !!!! –
你有沒有安裝libcurl頭文件?你在使用什麼系統? –