Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
163 stars 51 forks source link

fix-kw-websuite command missing? #125

Closed fullflavedave closed 8 years ago

fullflavedave commented 8 years ago

I get this error when executing npm install paraviewweb --save:

> paraviewweb@1.5.12 postinstall /Users/dallen/dev/meteor-client-app/app/node_modules/paraviewweb
> fix-kw-web-suite || true

sh: fix-kw-web-suite: command not found

Not sure if it's a problem, but I thought I would mention it.

jourdain commented 8 years ago

Thanks Dave, but that's expected.

That's why we have the " || true" to prevent the command from failing. As this is only needed when you run "npm install" from the paraviewweb repo on older npm version.

I should probably get rid of the post install rule and force user to have npm 3+.