Skip to content
New issue

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

Node version in Readme #1766

Open
rohansaw opened this issue Nov 29, 2024 · 1 comment
Open

Node version in Readme #1766

rohansaw opened this issue Nov 29, 2024 · 1 comment

Comments

@rohansaw
Copy link

rohansaw commented Nov 29, 2024

The Readme states that using "Node 10" is a requisite for building the project. However the vite version specified in package.json (^3.0.4) Requires node " "node": "^14.18.0 || >=16.0.0"" (https://github.com/vitejs/vite/blob/v3.0.4/packages/vite/package.json).

Building with node 10 causes an error as ESM is not supported.
It would be great to update this, since I am trying to find a version in which all the dependencies are solvable.

@a-luz
Copy link
Contributor

a-luz commented Dec 4, 2024

This is true Rohan, the readme does need some updates, I'll be updating it this week!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants