-
Notifications
You must be signed in to change notification settings - Fork 46
Description
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