The deasync module failed to build on my machine when running npm install -g radiian, hence it borks the install of the whole command (looking at the issue tracker, it looks like it fails to build a lot...).
Anyway, I refactored the code to drop the dependency, which had the happy side-effect of eliminating some state.
The
deasync
module failed to build on my machine when runningnpm install -g radiian
, hence it borks the install of the whole command (looking at the issue tracker, it looks like it fails to build a lot...).Anyway, I refactored the code to drop the dependency, which had the happy side-effect of eliminating some state.