1 Oct 2020, 01:57

These are FANTASTIC! I am already having great success using them.

I've noticed something a little bit strange, but I'm not sure if its a bug. When I run

npm install @jscad/modeling@alpha

I get a successful install, but the dependency added to the package.json file looks like:

 "@jscad/modeling": "^2.0.0-alpha.5",

Which ends up not working down the road when I run 'npm install' for the whole project.