labelbee-client icon indicating copy to clipboard operation
labelbee-client copied to clipboard

npm install error

Open ckxkexing opened this issue 2 years ago • 3 comments

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?

ckxkexing avatar Aug 02 '22 02:08 ckxkexing

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

Kerwin-L avatar Aug 07 '22 05:08 Kerwin-L

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

ckxkexing avatar Aug 09 '22 13:08 ckxkexing

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

Kerwin-L avatar Aug 14 '22 15:08 Kerwin-L