open-mmlab / labelbee-client

Out-of-the-box Annotation Toolbox
Apache License 2.0
382 stars 51 forks source link

npm install error #46

Closed ckxkexing closed 1 year ago

ckxkexing commented 2 years ago

Hello author, I try to clone the code and run, But with npm install there are dependencies error. I'm using 9abd54761152b1586feb5100eb71c5a6113dfccd from the main branch. this problem can't be solved with npm install --legacy-peer-deps Does this require a specific node, npm version?

Kerwin-L commented 2 years ago

What version of Node do you have installed? Can you give more information?

ckxkexing commented 2 years ago

node version is v16.16.0 npm version is v6.14.17

Kerwin-L commented 2 years ago

Sorry, The current project's dependencies need to be sorted, e.g. node-sass can be changed to sass, etc.

You can git pull to get latest code and reinstall by lowering your node version to 14.20.0, npm: 6.14.17