Open
Description
Bug description
vtk.js version 32.10.0 won't install into a fresh node project. Version 32.9.1 installs without any issue.
Steps to reproduce
Using a fresh node project using node 22 and doing npm install [email protected]
fails with
npm error path .../node_modules/vtk.js
npm error command failed
npm error command sh -c patch-package
npm error sh: 1: patch-package: not found
Detailed Behavior
No response
Expected Behavior
vtk.js should be installable from npm.
Environment
- vtk.js version: 32.10.0
- Browsers: never got there
- OS: ubuntu 24.04
Activity