Open CokeClarke opened 5 years ago
To complement, after running "npm start", the following error message appears:
./node_modules/react-tag-input/dist-modules/components/ReactTags.js Module not found: Can't resolve 'react-dnd' in '/home/coke-clarke/VOTT/node_modules/react-tag-input/dist-modules/components'
Thanks
Any workaround? I am also getting exactly same problem.
Had same issue, the following steps helped me
npm cache clean --force
npm update
npm install
npm start
facing the same issue as @CokeClarke tried @IamVman twice but that gave the same error this is what is see when i try to open it.....
This worked for me:
sudo snap install vott-2.1.0-linux.snap --dangerous
The --dangerous
tag is needed since Microsoft is not distributing signed builds at the moment.VoTT should be installed after this. Hope this helped!
Dears all, How are you? I hope really fine.
First of all I would like to apologize if my comment/issue is not properly redacted, this is my first time doing so.
The following message appears when I was following this procedure (https://github.com/Microsoft/VoTT/issues/110#issuecomment-296183197) proposed by @aribornstein
npm ERR! Linux 5.0.0-31-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! vott@2.1.0 postinstall:
electron-builder install-app-deps
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vott@2.1.0 postinstall script 'electron-builder install-app-deps'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the vott package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! electron-builder install-app-deps npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs vott npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls vott npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request: npm ERR! /home/my-usr/VOTT/npm-debug.log
thanks a lot for your help.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.