Remove 'co' library
Since we now compile to ES6, we no more need co
library to work with async procedures.
Since we now compile to ES6, we no more need co
library to work with async procedures.
assigned to @c-geek
Not sure to understand why, but when I try to run duniter after installing the web plugin, I get this
Error: Cannot find module 'co'
This library is no more used in Duniter codebase. Only visible in some comments (tests to be rewritten).
closed