Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm ERR! .... #55

Open
bunmalik opened this issue Aug 13, 2018 · 1 comment
Open

npm ERR! .... #55

bunmalik opened this issue Aug 13, 2018 · 1 comment

Comments

@bunmalik
Copy link

bunmalik commented Aug 13, 2018

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants