Describe the bug
The bug occurs when the node version is v9, and if the node version is v8, it can work as normal.
To Reproduce
Steps to reproduce the behavior:
$nvm use v9 switch to the v9 version of Node.js.
$npm install to install the packages.
$npm run start to start the development server.
- It will stuck at the starting condition forever.