Closed jorisbontje closed 8 years ago
Same issue.
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/Cellar/node/6.2.0/bin/node" "/usr/local/bin/npm" "install" "-g" "solidity-repl"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/eth-new-contract
npm ERR! 404
npm ERR! 404 'eth-new-contract' 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 'solidity-repl'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
I can confirm this as well:
npm ERR! Linux 4.5.0-2-amd64
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "solidity-repl"
npm ERR! node v4.4.4
npm ERR! npm v2.15.1
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/eth-new-contract
npm ERR! 404
npm ERR! 404 'eth-new-contract' 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 'solidity-repl'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
same:
npm install -g solidity-repl
(node:12637) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "solidity-repl"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/eth-new-contract
npm ERR! 404
npm ERR! 404 'eth-new-contract' 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 'solidity-repl'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
My bad! Forgot to publish! Should be good now!