High-level description
Trying to npm install paraviewweb leads to error.
Steps to reproduce
npm install paraviewweb
Detailed behavior
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,
Expected behavior
It installs correctly
Environment
- paraviewweb: 3.2.15+
- OS: Windows 10
Looking at the changes since 3.2.14, the new way to install is by calling ./config/prebuild.sh which seems a linux script. Any reason why cutting off cross platform support?
High-level description
Trying to
npm install paraviewwebleads to error.Steps to reproduce
npm install paraviewwebDetailed behavior
Expected behavior
It installs correctly
Environment
Looking at the changes since 3.2.14, the new way to install is by calling ./config/prebuild.sh which seems a linux script. Any reason why cutting off cross platform support?