CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.67k stars 302 forks source link

SyntaxError: Unexpected token '.' #276

Closed yudeqang closed 1 year ago

yudeqang commented 1 year ago

When I installed.run obj2gltf:

D:\AppData\Roaming\npm\node_modules\obj2gltf\node_modules\cesium\Build\CesiumUnminified\index.cjs:85065 const statistics2 = content?.tileset.metadataExtension?.statistics; ^

SyntaxError: Unexpected token '.' at Module._compile (internal/modules/cjs/loader.js:891:18) at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10) at Module.load (internal/modules/cjs/loader.js:811:32) at Function.Module._load (internal/modules/cjs/loader.js:723:14) at Module.require (internal/modules/cjs/loader.js:848:19) at require (internal/modules/cjs/helpers.js:74:18) at Object. (D:\AppData\Roaming\npm\node_modules\obj2gltf\node_modules\cesium\index.cjs:13:18) at Module._compile (internal/modules/cjs/loader.js:955:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10) at Module.load (internal/modules/cjs/loader.js:811:32)

lilleyse commented 1 year ago

What version of node are you using? obj2gltf may only work on Node 16+