Closed hayley-leblanc closed 5 years ago
Did you run npm install
?
Are you on Windows?
I did run npm install
and I am on Linux Mint.
I also tried on a Mac and ran into the same error.
I've just tried it on my mac and I can indeed reproduce the issue. I'll see what I can do to solve it. You might be able to checkout older version to start working on removing the remote rendering part. Sorry for the inconvenience.
It seems that the issue is out of our end. I hope npm will solve the issue on their server.
https://npm.community/t/dependencies-reported-by-npm-does-not-match-package-json/9478
Thank you!
:tada: This issue has been resolved in version 3.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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 runnpm run build
, I get some errors about missingbabel
presets/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!