Paraview glance build error

While compiling Paraview Glance (npm run build), I am getting the following error

ERROR in unable to locate ‘C:\paraview-glance\itk\web-build\itkfiltering*’ glob

Is there something missing on my computer?

This is an issue with building on Windows. I’ll take care of fixing up the paths so that glob works properly. In the meantime, if you have WSL enabled on your machine, building it inside WSL will succeed.

This is now resolved in the master branch.

Thank you so much. It builds now.