We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run start
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
$npm install
$npm run start
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: