https://github.com/openvenues/node-postal/blob/master/package.json#L34 `"install": "(node-gyp rebuild) || (exit 0)",` -> `"install": "node-gyp rebuild"` After fixing this i get `libpostal/libpostal.h` not found
https://github.com/openvenues/node-postal/blob/master/package.json#L34
"install": "(node-gyp rebuild) || (exit 0)",->"install": "node-gyp rebuild"After fixing this i get
libpostal/libpostal.hnot found