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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: