verma / plasio

Drag-n-drop In-browser LAS/LAZ point cloud viewer. http://plas.io
http://plas.io
MIT License
502 stars 131 forks source link

Gulp 4 + Yarn #70

Open hawkaa opened 4 years ago

hawkaa commented 4 years ago

Hi there,

Thank you for an interesting project for working with point clouds in the browser.

I'm running on node v13.11.0 and npm 6.13.7 and had trouble getting your project running. It was related to the gulp version (https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node).

When upgrading gulp, I could not get npm to work either, so I added a yarn lockfile (these can live together, https://classic.yarnpkg.com/en/docs/migrating-from-npm/).

After upgrading gulp with yarn, I did the necessary changes in gulpfile.js.

Let me know what you think.