Skip to content
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

Open
anandadake opened this issue Dec 7, 2020 · 4 comments
Open

Can't customize visualizer project! #92

anandadake opened this issue Dec 7, 2020 · 4 comments

Comments

@anandadake
Copy link

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
Copy link
Collaborator

jourdain commented Dec 7, 2020

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

@anandadake
Copy link
Author

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
Copy link
Collaborator

jourdain commented Dec 8, 2020

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

@anandadake
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants