Kitware / visualizer

The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
https://kitware.github.io/visualizer/
BSD 3-Clause "New" or "Revised" License
115 stars 28 forks source link

Can't customize visualizer project! #92

Open anandadake opened 3 years ago

anandadake commented 3 years ago

I installed the paraview-5.4.1 in my windows10 system and then I pulled the visualizer github repository and just trying to update the header name or removing it in the src\MainView.js#163. and build with npm run build / npm run build:release commands and copy paste into \share\paraview-5.4\web\visualizer\www directory and then launch the launcher.bat then hit the http://paraview/?data=can.ex2 but the changes won't be reflected.

jourdain commented 3 years ago

You should just use the latest ParaView binary with both the /server part of your Visualizer repo and /dist as www.

anandadake commented 3 years ago

Thanks for the Answer, one thing i want to know i'm using paraview 5.4.1 and visualizer latest (master branch) will this versions may causing ?

jourdain commented 3 years ago

Using 5.4 will definitely be an issue with Visualizer/master. You can see the compatibility list here

anandadake commented 3 years ago

I tried visualizer-2.1.4 with paraview 5.4 , i cloned visualizer-2.1.4 version of repo and try to run npm install command but it failing with error : You need to install the latest version of Visual Studio including the "Desktop development with C++" workload. For more information consult the documentation at: https://github.com/nodejs/node-gyp#on-windows .

so, as maintained link , i ran the npm install --global windows-build-tools command . This is also failing with error : Could not install Visual Studio Build Tools.

i have installed microsoft visual c++ 2015-19 redistributable package (x64) 14.28.29325.

my question is if i have above redistributable installed then why npm install failing?

npm i failed for visualizer npm install --global windows-build-tools