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
This script prepare.mjs is clearly outdated (some dev dependencies now require node > 18.0) and we could simply specify the requirement for both node and npm directly in the package.json with
"engines" : {
"node" : ">=18.0.0"
}
Since we now have an ESM distribution, I think we could remove the ThreeExtended script and directly imports from three/addons/*.
prepare.mjs
is clearly outdated (some dev dependencies now require node > 18.0) and we could simply specify the requirement for bothnode
andnpm
directly in the package.json withThreeExtended
script and directly imports fromthree/addons/*
.Originally posted by @Desplandis in #2300 (comment)
The text was updated successfully, but these errors were encountered: