Error when runing npm install after resolving issue #11
After I solved issue #11 (closed) as proposed in the ticket, I run in this error :
ERROR in ./node_modules/@hello-pangea/dnd/dist/dnd.esm.js 4488:32 Module parse failed: Unexpected token (4488:32) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file
-
This module is a mirador's dependencie from Mirador Vidéo which supports annotations ( you can find it here : https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#annotation-on-video)
-
The version of Mirador Vidéo used by Mirador annotation is working without any issues ( no issue with babel as the one present in issue #11 (closed) from this repo)
-
The project can be run if we use the package-lock.json file from the production.
Edited by Antoine Roy