fus-marcom / bulletin-react

React/Redux version of the University Bulletin
MIT License
42 stars 18 forks source link

Add info about required nodejs version to README.md #21

Closed JesseRWeigel closed 7 years ago

JesseRWeigel commented 7 years ago

The server uses Async Await. I think this was not supported until node 7.6, but I am not 100% sure about it.

fitzykins commented 7 years ago

Yes, default support for async/await was added in node 7.6.

JesseRWeigel commented 7 years ago

22