node-or-tools
node-or-tools copied to clipboard
npm ERR! ....
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
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.