ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js
GNU General Public License v2.0
46 stars 38 forks source link

dep name mismatch #65

Closed kumavis closed 9 years ago

kumavis commented 9 years ago

maybe a breaking change without a proper version bump?

╭─{🚀 } kumavis in ~/Development/Node/node-ethereum on (rpc✱) 
╰─± bin/nether
module.js:338
    throw err;
          ^
Error: Cannot find module 'ethereumjs-p2p'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/kumavis/Development/Node/node-ethereum/node_modules/ethereumjs-lib/lib/networking.js:1:96)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
wanderer commented 9 years ago

i'm not able to replicate. Have you tried reinstalling?

wanderer commented 9 years ago

should be probably bumped now