microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.28k stars 834 forks source link

Fails to install #933

Open Clayton-Klemm opened 4 years ago

Clayton-Klemm commented 4 years ago

Describe the bug fails to install

To Reproduce npm ci

Expected behavior install

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

2020-01-06T06_49_50_644Z-debug.log

Mathijs003 commented 4 years ago

Try setting your dependencies to fixed versions, and try again with node v8.12.0 Be sure to remove your node_modules and package-lock.json before reinstalling node_modules. Be sure not to update your Typescript versions in the project, as this will cause a lot of issues.

wbreza commented 4 years ago

The project was originally developed with Node 10. Try using node 10.x and run npm ci to remove and re-install all dependencies.

If you are intending to run VoTT out of the box I would recommend just installing our latest release.

To install on Ubuntu run snap install --dangerous vott-2.2.0-linux.snap