-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot install mirador-annotations #75
Comments
+1 on this error. |
2 similar comments
+1 on this error. |
+1 on this error. |
The source of this issue lies with Mirador itself, which is still using older versions of dependencies such as React in order to build. Developers from Stanford, Harvard, and Leipzig are contributing to updating the core code in Mirador, and this will help resolve the errors you are running into. This is complex work and requires a great deal of time and attention, so the work is still in progress. That said, the current version of the Mirador master branch includes a number of updates that may already address the errors you're encountering. We need testers to confirm experiences so we can cut a release of the updated code. Please consider trying out the latest build of Mirador and check in with your experiences in the corresponding discussion thread. |
Thank you very much for providing the link to the discussion thread. We've managed to get everything working with React 16.x. However, many plugins we would like to use are still only compatible with the latest stable release. |
Thank you for the reply. We would be happy to test the latest build and share our experiences -- I don't know if we'd be able to do so until rather late in the summer, however. |
Dear Mirador -- I've tried two things to get the annotations plug-in to work, neither is working for me:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! peer react@"^17.0" from [email protected]
npm ERR! node_modules/mirador-annotations
npm ERR! mirador-annotations@"" from the root project
npm ERR! peer react@"^16.8.0 || ^17.0.0" from @material-ui/[email protected]
npm ERR! node_modules/@material-ui/core
npm ERR! peer @material-ui/core@"^4.9.13" from [email protected]
npm ERR! node_modules/mirador-annotations
npm ERR! mirador-annotations@"" from the root project
npm ERR! peer @material-ui/core@"^4.0.0" from @material-ui/[email protected]
npm ERR! node_modules/@material-ui/icons
npm ERR! peer @material-ui/icons@"^4.9.1" from [email protected]
npm ERR! node_modules/mirador-annotations
npm ERR! mirador-annotations@"" from the root project
npm ERR! 1 more (mirador)
npm ERR! 2 more (@material-ui/lab, mirador)
npm ERR! 3 more (react-dom, @material-ui/icons, @material-ui/lab)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.3" from [email protected]
npm ERR! node_modules/mirador
npm ERR! mirador@"^3.3.0" from the root project
npm ERR! peer mirador@"^3.0.0-rc.5" from [email protected]
npm ERR! node_modules/mirador-annotations
npm ERR! mirador-annotations@"" from the root project
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @psychobolt/[email protected]
npm ERR! node_modules/@psychobolt/react-paperjs
npm ERR! @psychobolt/react-paperjs@"^1.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @psychobolt/react-paperjs@"^0.0.58" from @psychobolt/[email protected]
npm ERR! node_modules/@psychobolt/react-paperjs-editor
npm ERR! @psychobolt/react-paperjs-editor@"^0.0.14" from the root project
Can you give me any advice on how to get this running?
Thank you.
Charles Cooney
ARTFL Project
University of Chicago
The text was updated successfully, but these errors were encountered: