Hello! I am working with ParaView Visualizer and I want to disable remote rendering. My current instance of ParaViewWeb and the Visualizer were downloaded from https://www.paraview.org/download/, so I didn't have to build them, but since I need to change the ParaView source code, I've been trying to set it up as described here https://github.com/Kitware/visualizer#development. However, I'm running into npm issues when I do so - when I run npm run build, I get some errors about missing babel presets/plugins. I was able to resolve some of them on my own by just installing them using npm, but now I'm getting the error Plugin/Preset files are not allowed to export objects, only functions. when I try to run npm run build. Is this issue probably on my end, or is it an issue with the Visualizer? Thanks so much!
Hello! I am working with ParaView Visualizer and I want to disable remote rendering. My current instance of ParaViewWeb and the Visualizer were downloaded from https://www.paraview.org/download/, so I didn't have to build them, but since I need to change the ParaView source code, I've been trying to set it up as described here https://github.com/Kitware/visualizer#development. However, I'm running into
npmissues when I do so - when I runnpm run build, I get some errors about missingbabelpresets/plugins. I was able to resolve some of them on my own by just installing them usingnpm, but now I'm getting the errorPlugin/Preset files are not allowed to export objects, only functions.when I try to runnpm run build. Is this issue probably on my end, or is it an issue with the Visualizer? Thanks so much!