paraviewweb icon indicating copy to clipboard operation
paraviewweb copied to clipboard

How to run ParaViewWeb V3.2.21 on Windows10

Open chiyandetaotie opened this issue 1 year ago • 3 comments

when I run:

npm install

It shows

npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./config/prebuild.sh npm ERR! '.' is not recognized as an internal or external command, npm ERR! code 1 npm ERR! path D:\webglDemo\paraviewweb-3.2.21 npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./config/prebuild.sh

how to solve the problem?

chiyandetaotie avatar Jan 24 '24 03:01 chiyandetaotie

Are you sure that your goal is to build a JavaScript library that has not been used in VTK/ParaView Web for more than 5 years.

jourdain avatar Jan 24 '24 15:01 jourdain

I want to develop the paraview-visualizer ,and it use the [email protected]. When I run "npm install" to run the paraview-visualizer on windows10, it has error.

chiyandetaotie avatar Apr 08 '24 08:04 chiyandetaotie

You will have to fix the build system of paraviewweb so it can works on modern node.

jourdain avatar Apr 08 '24 14:04 jourdain