We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running vtk.js on the backend doesn't work without modifying the package.json.
(Maybe this is a feature request?)
Try installing @kitware/vtk.js on node when using ESM. The package is incorrectly loaded, and it will run properly when "type": "module" is added.
No response
It works OOTB in node. Is there any other issue that would be caused by adding "type": "module" to the package.json?
The text was updated successfully, but these errors were encountered:
What's the purpose of running it on the backend?
Sorry, something went wrong.
No branches or pull requests
Bug description
Running vtk.js on the backend doesn't work without modifying the package.json.
(Maybe this is a feature request?)
Steps to reproduce
Try installing @kitware/vtk.js on node when using ESM. The package is incorrectly loaded, and it will run properly when "type": "module" is added.
Detailed Behavior
No response
Expected Behavior
It works OOTB in node. Is there any other issue that would be caused by adding "type": "module" to the package.json?
Environment
The text was updated successfully, but these errors were encountered: