Hi all ! I am trying to install Paraviewweb on my local machine on Debian and following tutorial found here but install fails at step
$ npm install monologue.js --save-dev
with the following error :
~/paraviewweb/myWebProject$ npm install monologue.css --save-dev
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/monologue.css - Not found
npm ERR! 404
npm ERR! 404 'monologue.css@*' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/xxxxxx/.npm/_logs/2020-12-14T22_45_01_423Z-debug.log
Any clue why ? thanks a lot
Charlie