Guest User

Untitled

a guest
Apr 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. vagrant@ubuntu-xenial:/async-generators-test$ npm i -S typescript ts-node
  2. ...omitted...
  3. vagrant@ubuntu-xenial:/async-generators-test$ node --version
  4. v9.11.1
  5. vagrant@ubuntu-xenial:/async-generators-test$ npm ls ts-node
  6. /async-generators-test
  7. └── ts-node@6.0.0
  8. vagrant@ubuntu-xenial:/async-generators-test$ npx ts-node --harmony_async_iteration index.ts
  9. > .exit
  10. vagrant@ubuntu-xenial:/async-generators-test$ npx tsc -p tsconfig.json
  11. vagrant@ubuntu-xenial:/async-generators-test$ node --harmony_async_iteration index.js
  12. 0
  13. 1
  14. 2
  15. 3
  16. 4
  17. 5
  18. 6
  19. 7
  20. 8
  21. 9
Add Comment
Please, Sign In to add comment