Skip to content
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

Wiki is outdated #536

Open
aubreyyan opened this issue Apr 7, 2022 · 5 comments
Open

Wiki is outdated #536

aubreyyan opened this issue Apr 7, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@aubreyyan
Copy link

The bug:
The github wiki provides an outdated implementation of UniversalDataTool, which has since been moved to UniversalSampleEditor, rendering these docs inaccurate and confusing for new users

Steps to Reproduce?
Minimal example of code that reproduces the behavior

@aubreyyan aubreyyan added the bug Something isn't working label Apr 7, 2022
@illtellyoulater
Copy link

illtellyoulater commented May 27, 2022

Hello @aubreyyan, new user here and I'm already completely confused.

The README says that in order to run the web-app locally I should just do npm install and then npm run start, however when I do so I receive the following errors messages:

PS C:\Users\my-username\downloads\universal-data-tool-0.14.26> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: universal-data-tool@0.14.26
npm ERR! Found: webpack@5.72.1
npm ERR! node_modules/webpack
npm ERR!   peer webpack@">=2" from babel-loader@8.2.5
npm ERR!   node_modules/babel-loader
npm ERR!     peerOptional babel-loader@"^=8.x" from @cypress/react@4.16.4
npm ERR!     node_modules/@cypress/react
npm ERR!       dev @cypress/react@"^4.16.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional webpack@"^=3.x" from @cypress/react@4.16.4
npm ERR! node_modules/@cypress/react
npm ERR!   dev @cypress/react@"^4.16.4" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\my-username\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\my-username\AppData\Local\npm-cache\_logs\2022-05-27T01_31_09_817Z-debug-0.log

I'm on Windows 10, running node v16.15.0.
I've rarely used node.js so I have no idea about the severity of the those issues... if they indicate some serious issue with the app code, or if I can just ignore them... And yes, as you said the documentation it's a bit of a mess, instructions from a part of the website are contradicting other instructions here at the repository... It's very frustrating...
Also I was expecting to find a Windows Desktop Client in the Releases section... At least that's what the website says... but it's just the web-app and nothing else...

Hopefully you can share some basic advice just to get me back on track...?
Thanks a lot if you can help!

@lmmx
Copy link

lmmx commented Jun 25, 2022

Yeah I get the same error with 0.14.25, 0.14.24, etc. I ended up using the 0.14.16 release (which has AppImage and other binaries) https://github.com/UniversalDataTool/universal-data-tool/releases/tag/v0.14.16

In this thread #338 it's mentioned that it may be due to "a problem with the build server"

@illtellyoulater
Copy link

@lmmx glad you got it to work... I'll try again following your example when I'll get back to this... but I am afraid that in the meantime other solution will come available. If you get to know about any other good alternatives and you're around these lands perhaps give me a shout! ;)

@lmmx
Copy link

lmmx commented Jul 2, 2022

@lmmx glad you got it to work... I'll try again following your example when I'll get back to this... but I am afraid that in the meantime other solution will come available. If you get to know about any other good alternatives and you're around these lands perhaps give me a shout! ;)

I'm using Label Studio now

@illtellyoulater
Copy link

@lmmx perfect, thanks for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants