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
but I have to manually add "type": "module"
to the package.json any time I download it. Can we have that in the file already when they run the npm command?
I haven't been able to use our API commands using require or import when the "type": "module" is missing, so it seems like it's required?
The text was updated successfully, but these errors were encountered:
When running
npm install @kittycad/lib
the package.json file comes with
but I have to manually add
"type": "module"
to the package.json any time I download it. Can we have that in the file already when they run the npm command?
I haven't been able to use our API commands using
require
orimport
when the"type": "module"
is missing, so it seems like it's required?The text was updated successfully, but these errors were encountered: