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
Running npm run build if NodeJS is not v16 or above will give this error:
> tsc && vite build
failed to load config from /tmp/my-threejs-project/vite.config.js
error during build:
SyntaxError: missing ) after argument list
at Loader.moduleStrategy (internal/modules/esm/translators.js:149:18)
I've re-tried from scratch, this time using npm --engine-strict install, but npm still installs everything without complaining about NodeJS version.
Running
npm run build
if NodeJS is not v16 or above will give this error:I've re-tried from scratch, this time using
npm --engine-strict install
, but npm still installs everything without complaining about NodeJS version.The issue is with
vite-plugin-glsl
which requires NodeJS v16.15.1 or above: https://github.com/UstymUkhman/vite-plugin-glsl/blob/6b16a6c06c8319ba244595aa233731b4dbcf20ef/package.json#L67Maybe add a note in the README.md in "Prerequisites" section that says something like "NodeJS v18+ is required to build the project"?
The text was updated successfully, but these errors were encountered: