node-postal icon indicating copy to clipboard operation
node-postal copied to clipboard

install script in package json causes silently exit package installation with code 0 even in case of error

Open s-a opened this issue 3 years ago • 1 comments

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

s-a avatar Sep 19 '22 06:09 s-a

you need to install the libpostal library

ghost avatar Aug 22 '24 19:08 ghost