mirador icon indicating copy to clipboard operation
mirador copied to clipboard

mirador/dist/mirador.min.js?v=1607102133701 net::ERR_ABORTED 404 (Not Found) (anonymous) @ (index):12 (index):14 Uncaught ReferenceError: Mirador is not defined at (index):14

Open giacomomarchioro opened this issue 3 years ago • 0 comments

  • Mirador version (3.0.0, commit, etc.): Hi all, I am having this problem trying to use Mirador in Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-124-generic x86_64) server These are the steps I've followed after cloning the project:
xxx@xxx:/var/www/html/mirador$ sudo npm install mirador

added 1 package, and audited 1704 packages in 4s

90 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
xxx@xxx:/var/www/html/mirador$ npm start

> [email protected] start
> NODE_ENV=development webpack-dev-server --open

ℹ 「wds」: Project is running at http://localhost:4444/
ℹ 「wds」: webpack output is served from /dist/
ℹ 「wds」: Content not from webpack is served from ./__tests__/integration/mirador
ℹ 「wdm」: Hash: c1472733b2b6f6f2f0b6
Version: webpack 4.44.2
Time: 16891ms
Built at: 04/12/2020 18:14:48

Going at: xxx.xxx.xx.xxx./mirador/__tests__/integration/mirador/

And using developer tools I've got:

(index):12 GET http://lxxx.xxxx.xxx./mirador/dist/mirador.min.js?v=1607102133701 net::ERR_ABORTED 404 (Not Found)
(anonymous) @ (index):12
(index):14 Uncaught ReferenceError: Mirador is not defined
    at (index):14

In fact I have no dist directory in my folder.

Sorry for this basic question but I am quite new to servers.

Best regards, Giacomo

giacomomarchioro avatar Dec 04 '20 17:12 giacomomarchioro