njam / citygml-to-3dtiles

Convert from CityGML to Cesium 3D Tiles.
Apache License 2.0
160 stars 41 forks source link

Cannot find module './Tesselator' #8

Closed sjliupai closed 5 years ago

sjliupai commented 5 years ago

where can I get module Tesselator?

njam commented 5 years ago

"Tesselator.mjs" is a file in this repository. I imagine that there's something off with the way you run the program.

What NodeJS version are you using? Version 9+ is recommended.

How do you run the program? Try something like this:

cd $(mktemp -dt)
npm install citygml-to-3dtiles
node --experimental-modules node_modules/.bin/citygml-to-3dtiles --help
njam commented 5 years ago

@sjliupai assuming this is resolved, lmk if you have other questions