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
I have a jscad cli project. When I did npm upgrade I was no long able to compile my models with jscad.
Actual Behavior
After upgrading to the latest version, when I run jscad on the command line I get an error about missing json5 dependency. It appears it was added to jscad 8 days ago, but was not added to package.json for @jscad/core.
Expected Behavior
I have a jscad cli project. When I did
npm upgrade
I was no long able to compile my models with jscad.Actual Behavior
After upgrading to the latest version, when I run jscad on the command line I get an error about missing json5 dependency. It appears it was added to jscad 8 days ago, but was not added to package.json for @jscad/core.
Steps to Reproduce the Problem
npm i @jscad/cli
npx jscad autopilot.js
Error:
Specifications
The text was updated successfully, but these errors were encountered: