node-postal
node-postal copied to clipboard
NodeJS bindings to libpostal for fast international address parsing/normalization
I tried to install and use node-postal today and continue to get an error. I'm using MacOS Version 11.2.3 (Big Sur), node v12.16.2. I can run libpostal cli via terminal...
Greetings, Thanks for an awesome package. Things were working fine for years, seems like recent(yesterday) package.json update has broken this package Attaching a screensot ![Screen Shot 2021-06-24 at 17 56...
> fatal error C1083: Cannot open include file: 'libpostal/libpost > al.h': No such file or directory [C:\libpostal\node_modules\node-postal\build\expand.vcxproj] > parser.cc Hi, I have followed all these steps below to install libpostal...
I tried installing node-postal on the latest LTS version of node (v12.18.3) and get the following errors (it builds and works fine on node v10.x). I've tried every solution that...
node -v == v13.1.0 npm -v == 6.12.1 I can successfully use address parser.. error log == `/home/ec2-user/.cache/node-gyp/13.1.0/include/node/v8.h:3427:37: note: candidate expects 3 arguments, 2 provided make: *** [Release/obj.target/expand/src/expand.o] Error 1...
I have set up the installation files on windows and I am able to run it using command line utility. But the problem is when I set up the node...
i have followed the instruction as in the doc Following are the steps of the execution - sudo yum install curl autoconf automake libtool pkgconfig - git clone https://github.com/openvenues/libpostal -...
Is it possible to build libpostal as part of the `npm install` process? It will save the effort of installing libpostal separately.
pypostal has all of these options available: https://github.com/openvenues/pypostal/blob/master/postal/expand.py#L17-L51 node-postal has direct-to-c sorcery: `expand: require('bindings')('expand')`. It looks like you can't pass options in (and I couldn't by trial and error). Is...
is it possible to share the libpostal memory between two different nodejs processes calling `require('node-postal')` on the same machine? calling `require('node-postal')` uses a fair chunk of RAM so having two...