Closed pmario closed 7 years ago
Actually that exception isnt related to the IPFS error -- or, it shouldnt be, anyway.
You're getting an ENOSPC error from the file-watcher. Is it possible you have some volume that's out of space?
It's a new laptop 256GB SSD and only about 20GB used atm.
That error code is misleading. Google for that error + file watching. You may need to increase a limit in the sys config
On Mon, Jan 23, 2017 at 8:16 PM, Mario Pietsch notifications@github.com wrote:
It's a new laptop 256GB SSD and only about 20GB used atm.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/beakerbrowser/beaker/issues/269#issuecomment-274681496, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNhUy2O5hheq4C2jAhyTWHo_TRWQBEoks5rVV7zgaJpZM4Lq9Yj .
thx. It works now. did search for ENOSPC file watching
as suggested and found:
https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers which also gives some more details.
Operation System: ubuntu 16.10 Beaker Version: 0.6.0 compiled from master:latest
If I run
npm run watch
it throws an error.[IPFS] Error fetching IPFS daemon version: ECONNREFUSED
... That's because IPFS is not installed on the machine. ...Expected behaviour:
Since IPFS isn't a "hard dependency", it shouldn't throw an error.