Thank you Sebastien. Following the installation instruction, I have:
ffan@caelinux2013-VirtualBox:~$ npm install -g pvw-visualizer npm http GET https://registry.npmjs.org/pvw-visualizer npm ERR! Error: failed to fetch from registry: pvw-visualizer npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12 npm ERR! at cb (/usr/share/npm/lib/utils/npm- registry-client/request.js:31:9) npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm- registry-client/request.js:136:18) npm ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22) npm ERR! at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58) npm ERR! at Request.emit (events.js:88:20) npm ERR! at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main. js:412:12) npm ERR! at ClientRequest.emit (events.js:67:17) npm ERR! at HTTPParser.onIncoming (http.js:1261:11) npm ERR! at HTTPParser.onHeadersComplete (http.js:102:31) npm ERR! You may report this log at: npm ERR! <http://bugs.debian.org/npm> npm ERR! or use npm ERR! reportbug --attach /home/ffan/npm-debug.log npm npm ERR! npm ERR! System Linux 3.2.0-105-generic npm ERR! command "node" "/usr/bin/npm" "install" "-g" "pvw-visualizer" npm ERR! cwd /home/ffan npm ERR! node -v v0.6.12 npm ERR! npm -v 1.1.4 npm ERR! message failed to fetch from registry: pvw-visualizer npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/ffan/npm-debug.log npm not ok ffan@caelinux2013-VirtualBox:~$ It says "failed to fetch from registry: pvw-visualizer". Did I do something wrong? Thanks. - ffan On Thu, Aug 11, 2016 at 5:02 PM, Sebastien Jourdain < [email protected]> wrote: > ParaViewWeb - Visualizer is meant for that. Although, selection is not > implemented currently. > > http://kitware.github.io/paraviewweb/applications/ > > But that version of Visualizer require ParaView/master. > > Otherwise an older version of Visualizer is provided along with ParaView > binaries (except for Windows). > You can find documentation on it here: > http://paraviewweb.kitware.com/#!/guide/quick_start > http://paraviewweb.kitware.com/#!/guide/app_gallery > > On Thu, Aug 11, 2016 at 2:36 PM, Fa-Gung Fan <[email protected]> wrote: > >> Hi ParaView users/developers, >> >> In my works, I need to use ParaView remotely, over the Internet. >> Displaying the GUI and the images and accepting a selection become very >> slow. Is there a light-wright version of ParaView (even with lower >> resolution)? Or, if it is possible, how to configure ParaView so it can be >> easier to use over the Internet? Thank you. >> >> - ffan >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Search the list archives at: http://markmail.org/search/?q=ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> >> >
info it worked if it ends with ok verbose cli [ 'node', '/usr/bin/npm', 'install', '-g', 'pvw-visualizer' ] info using [email protected] info using [email protected] verbose config file /home/ffan/.npmrc verbose config file /usr/etc/npmrc verbose config file /usr/share/npm/npmrc verbose cache add [ 'pvw-visualizer', null ] silly cache add: name, spec, args [ undefined, 'pvw-visualizer', [ 'pvw-visualizer', null ] ] verbose parsed url { pathname: 'pvw-visualizer', verbose parsed url path: 'pvw-visualizer', verbose parsed url href: 'pvw-visualizer' } verbose addNamed [ 'pvw-visualizer', '' ] verbose addNamed [ null, '' ] silly name, range, hasData [ 'pvw-visualizer', '', false ] verbose raw, before any munging pvw-visualizer verbose url resolving [ 'https://registry.npmjs.org/', './pvw-visualizer' ] verbose url resolved https://registry.npmjs.org/pvw-visualizer http GET https://registry.npmjs.org/pvw-visualizer ERR! Error: failed to fetch from registry: pvw-visualizer ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12 ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9) ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18) ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22) ERR! at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58) ERR! at Request.emit (events.js:88:20) ERR! at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:412:12) ERR! at ClientRequest.emit (events.js:67:17) ERR! at HTTPParser.onIncoming (http.js:1261:11) ERR! at HTTPParser.onHeadersComplete (http.js:102:31) ERR! You may report this log at: ERR! <http://bugs.debian.org/npm> ERR! or use ERR! reportbug --attach /home/ffan/npm-debug.log npm ERR! ERR! System Linux 3.2.0-105-generic ERR! command "node" "/usr/bin/npm" "install" "-g" "pvw-visualizer" ERR! cwd /home/ffan ERR! node -v v0.6.12 ERR! npm -v 1.1.4 ERR! message failed to fetch from registry: pvw-visualizer verbose exit [ 1, true ]
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
