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
x
- [ ] documentation issue or request
npm install nodejs npm git clone https://github.com/Azure-Samples/contoso-web npm install next
Attempting npm run dev with a version of Node.js 12 or lower (the default on some distros) will create the confusing error:
npm run dev
SyntaxError: Unexpected token '?'
npm run dev works
CodeSpace for contoso-chat
Tested with Node 20 (current LTS) and it works. It would be useful to give instructions on how to install Node 20 and Next.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is for a: (mark with an
x
)Minimal steps to reproduce
npm install nodejs npm
git clone https://github.com/Azure-Samples/contoso-web
npm install next
Any log messages given by the failure
Attempting
npm run dev
with a version of Node.js 12 or lower (the default on some distros) will create the confusing error:Expected/desired behavior
npm run dev
worksOS and Version?
CodeSpace for contoso-chat
Mention any other details that might be useful
Tested with Node 20 (current LTS) and it works. It would be useful to give instructions on how to install Node 20 and Next.js
The text was updated successfully, but these errors were encountered: