mapbox / node-or-tools

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

npm ERR! .... #55

Open bunmalik opened 6 years ago

bunmalik commented 6 years ago

i got dis error in an attempt to in node-or-tool as npm successful installation

npm ERR! Linux 4.15.0-30-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "node-or-tools-master" npm ERR! node v4.9.1 npm ERR! npm v2.15.11 npm ERR! code E404

npm ERR! 404 Not found : node-or-tools-master npm ERR! 404 npm ERR! 404 'node-or-tools-master' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request: npm ERR! /home/bunmalik/Desktop/thesis/codes/c++/Untitled Folder/npm-debug.log

Please I need guidance to go about this

daniel-j-h commented 6 years ago

You are probably trying to npm install from this repository which tries to fetch a pre-built master binary from npm. Either try --build-from-source or better: put this package into your package.json dependencies and let npm resolve it.