-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't customize visualizer project! #92
Comments
You should just use the latest ParaView binary with both the |
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 ? |
Using 5.4 will definitely be an issue with Visualizer/master. |
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 : so, as maintained link , i ran the npm install --global windows-build-tools command . This is also failing with error : 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? |
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.
The text was updated successfully, but these errors were encountered: