ethers-io / ethers.js

Complete Ethereum library and wallet implementation in JavaScript.
https://ethers.org/
MIT License
7.93k stars 1.84k forks source link

UNMET PEER DEPENDENCY watchify@>=3 <4 #10

Closed cheershendtco closed 7 years ago

cheershendtco commented 8 years ago

i use sudo npm install ethers-wallet to installing but it shows UNMET PEER DEPENDENCY watchify@>=3 <4 plz help me thanks

osboxes@osboxes:~/ethereumjs-tx-master/examples$ sudo npm install ethers-walletethereumjs-tx@1.1.2 /home/osboxes/ethereumjs-tx-master
├── ethers-wallet@1.0.2  extraneous
└── UNMET PEER DEPENDENCY watchify@>=3 <4

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
npm WARN karma-browserify@5.1.0 requires a peer of watchify@>=3 <4 but none was installed.
ricmoo commented 8 years ago

Does this maybe have something to do with the package.json file in your current directory?

I am unable to reproduce this. If you create a new directory, and try to install ethers-wallet there, so you still get the issue?

ricmoo commented 7 years ago

I am closing this, as I cannot reproduce it. If it is still a problem, please re-open it and let me know some further steps to reproduce it.