raineorshine / solidity-repl

Ethereum Solidity REPL
ISC License
396 stars 33 forks source link

Couldn't install optional dependency: eth-new-contract #2

Closed jorisbontje closed 8 years ago

jorisbontje commented 8 years ago
$  npm install -g solidity-repl
npm WARN install Couldn't install optional dependency: Registry returned 404 for GET on https://registry.npmjs.org/eth-new-contract
yanik-ai commented 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.
m0se commented 8 years ago

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.
jamesyoung commented 8 years ago

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.
raineorshine commented 8 years ago

My bad! Forgot to publish! Should be good now!