Closed joaomilho closed 7 years ago
Which version of Node are you using, @joaomilho?
oh so many, but generally 7.x
Ha, GH swallowed most/create because of the @ character. Fixed now.
Could you try this?
$ cd /tmp
$ git clone git@github.com:plaid/async-problem.git
$ cd async-problem
$ npm install
$ nvm exec 7 npm test
This works for me on macOS 10.13.
sure
works
Great. Feel free to submit a pull request to make the implementation more idiomatic. :)
The most implementation seems quite unnatural relying so much on promises. Something reading files using
@most/create
would likely be a better example.I tried to run the examples to change 'em, but got the following error: