mapbox / node-or-tools

Node.js bindings for or-tools vehicle routing problems
MIT License
146 stars 48 forks source link

node_or_tools@1.0.6 and node@11.4.0 #72

Closed pabx06 closed 4 years ago

pabx06 commented 4 years ago

any plan for supporting recent node version ?

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/node_or_tools/v1.0.6/Release/node-v67-linux-x64.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for node_or_tools@1.0.6 and node@11.4.0 (node-v67 ABI, glibc) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Pre-built binaries not installable for node_or_tools@1.0.6 and node@11.4.0 (node-v67 ABI, glibc) (falling back to source compile with node-gyp) 
node-pre-gyp WARN Hit error Connection closed while downloading tarball file 
coderroggie commented 4 years ago

@pabx06 try using:

  "node_or_tools": "git+https://github.com/mapbox/node-or-tools.git#v1.0.7",

in your package.json file.

@danpaz Any way we can get 1.0.7 published to the npm repo? I'm no expert at the travis ci process, but it looks like one of the versions was uploaded... not sure why that script executes 6 times (from appearances...)

danpaz commented 4 years ago

@coderroggie The binary is on s3 but the npm package isn't updated on the npm registry. I am working with npm on getting permission to publish the package, it has to be done by the package owner or a collaborator. I'll report back here when that's done.

coderroggie commented 4 years ago

@danpaz how goes the battle?

xiaogu-space commented 4 years ago

@danpaz how goes the battle?

danpaz commented 4 years ago

@coderroggie @xiaogu-space @pabx06 1.0.7 is now published to npm. Thanks for your patience!

coderroggie commented 4 years ago

@danpaz thanks!