A9T9 / RPA

Ui.Vision: Open-Source RPA Software - Modern Robotic Process Automation with Computer Vision and OCR, Selenium IDE compatible.
https://ui.vision/rpa
Other
1.23k stars 287 forks source link

Can't start or build project #93

Closed Lanbasara closed 3 years ago

Lanbasara commented 3 years ago

Dear owner, Very great project! But when I clone this project and try to start this project on local, it reports many errors. What I have done is as below:

  1. git clone 2. npm i (in this step, npm reports some errors, about dependencies)
  2. I update some dependencies as pull requests recommended. But it doesn't help. So, How Can I run the project? Thanks a lot for your help.
A9T9 commented 3 years ago

Updated

qhc-git commented 2 years ago

I can't run start also,when I run npm i ,it reports many errors,the node version I use is 16.14.0,so I change my node version to 12.22.10,it finally success run npm i with some warn and no err.But when I try to npm run start,it still report many error.