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

ecc? { [Error: Cannot find module 'ecc-qj'] code: 'MODULE_NOT_FOUND' } #55

Open
mattsauce opened this issue Jan 13, 2016 · 3 comments
Open

Comments

@mattsauce
Copy link

I keep having this issue everytime i run anything with telehashv3.:
ecc? { [Error: Cannot find module 'ecc-qj'] code: 'MODULE_NOT_FOUND' }

I have the following installed:
pi@raspberrypi ~ $ node -v
v4.2.1
pi@raspberrypi ~ $ npm --version
2.14.7

I did npm install ecc but it didnt solve and when i do npm install ecc -qj i have the issue below

$ npm install ecc-qj
npm WARN package.json telehash@0.4.7 No license field.
npm ERR! Linux 4.1.13-v7+
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "ecc-qj"
npm ERR! node v4.2.1
npm ERR! npm v2.14.7
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/ecc-qj
npm ERR! 404
npm ERR! 404 'ecc-qj' 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 It was specified as a dependency of 'telehash'
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/pi/node_modules/telehash/test/ext/npm-debug.log

@mitar
Copy link

mitar commented May 9, 2016

It is here: https://github.com/rynomad/ecc

@mattsauce
Copy link
Author

Thanks, I have tried to install but i got a lot of errors. I have node 4.4.0. What version do i need?

@mitar
Copy link

mitar commented May 9, 2016

I use it with 0.10.

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