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
I tried out to build the project. I have installed node 12.22.9, npm 8.5.1 I got an error on npm run build:
$ npm run preview
[email protected] preview vite preview --host
file:///go-e-Charger-Web-App/node_modules/vite/bin/vite.js:7 await import('source-map-support').then((r) => r.default.install()) ^^^^^
SyntaxError: Unexpected reserved word at Loader.moduleStrategy (internal/
Thank you.
The text was updated successfully, but these errors were encountered:
Hi there,
Try upgrading your Node.js to at least version 14.x.x or higher.
Sorry, something went wrong.
works now, thanks 👍
RoodyCode
No branches or pull requests
I tried out to build the project.
I have installed node 12.22.9, npm 8.5.1
I got an error on npm run build:
$ npm run preview
file:///go-e-Charger-Web-App/node_modules/vite/bin/vite.js:7
await import('source-map-support').then((r) => r.default.install())
^^^^^
SyntaxError: Unexpected reserved word
at Loader.moduleStrategy (internal/
Thank you.
The text was updated successfully, but these errors were encountered: