You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation enhancement request for getting started section
Example name
Getting started
Describe the bug
Users who do not have the node version 7.0.0 and above on their local machine are shown with the error Object.values is not a function in the terminal. The very new user first command to run the next.jsapplication resultants in error.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Go to getting started section.
Follow the steps mentioned
Execute npm run dev
If the user's node version is not 7 and above in his/her local machine terminal throws Object.value error.
Expected behaviour
Shall we have a note saying the node version should be 7 and above in the installation steps
System information
OS: macOS
Version of Next.js: [e.g. 7.0.2]
Additional context
If the reviewers agree for this enhancement, I would like to contribute to this change.
The text was updated successfully, but these errors were encountered:
Documentation enhancement request for getting started section
Example name
Getting started
Describe the bug
Users who do not have the node version 7.0.0 and above on their local machine are shown with the error
Object.values is not a function
in the terminal. The very new user first command to run thenext.js
application resultants in error.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
getting started
section.npm run dev
Object.value
error.Expected behaviour
Shall we have a
note
saying the node version should be 7 and above in the installation stepsSystem information
Additional context
If the reviewers agree for this enhancement, I would like to contribute to this change.
The text was updated successfully, but these errors were encountered: