I need to do photo tagging work, I am trying to install make-sense for this, but I am doing the steps mentioned in the installation section, but npm gives an error, I could not find the reason, the solutions I found do not work.
npm install --legacy-peer-deeps
and when I download and run it, the application works corrupted.
npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: @tensorflow/[email protected] npm ERR! node_modules/@tensorflow/tfjs-converter npm ERR! peer @tensorflow/tfjs-converter@"^4.10.0" from @tensorflow-models/[email protected] npm ERR! node_modules/@tensorflow-models/coco-ssd npm ERR! @tensorflow-models/coco-ssd@"^2.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! @tensorflow-models/posenet@"^2.1.3" from the root project npm ERR! npm ERR! Conflicting peer dependency: @tensorflow/[email protected] npm ERR! node_modules/@tensorflow/tfjs-converter npm ERR! peer @tensorflow/tfjs-converter@"^3.0.0-rc.1" from @tensorflow-models/[email protected] npm ERR! node_modules/@tensorflow-models/posenet npm ERR! @tensorflow-models/posenet@"^2.1.3" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! C:\Users\username\AppData\Local\npm-cache_logs\2024-02-21T11_56_25_808Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: C:\Users\username\AppData\Local\npm-cache_logs\2024-02-21T11_56_25_808Z-debug-0.log