@tensorflow-models/body-segmentation & @tensorflow-models/body-segmentation

please I’m trying to follow this article

Body Segmentation with MediaPipe and TensorFlow.js — The TensorFlow Blog

But i have a problem with body-segmentation installation ! i juste can’t, so in my app i can’t found bodysegmentation , i tried also to install it in local but i still have a problem, i don’t know if there is any possible solutions , my error :

Failed to compile.

Module not found: Error: Can’t resolve ‘@tensorflow/body-segmentation’ in ‘C:\Users\chaimae.seghir\Desktop\try2\mon-app\src’

ERROR in ./src/App.js 7:0-66
Module not found: Error: Can’t resolve ‘@tensorflow/body-segmentation’ in ‘C:\Users\chaimae.seghir\Desktop\try2\mon-app\src’

and when i try to install it :

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@tensorflow%2Fbody-segmentation - Not found
npm ERR! 404
npm ERR! 404 ‘@tensorflow/body-segmentation@*’ is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\chaimae.seghir\AppData\Local\npm-cache_logs\2023-04-13

The second problem that i have also is about the package @tensorflow-models/body-pix, and i think is the same ! I didn’t have the problem before (a week ago) // i think thers is a problem with the dependencies , or version

PS C:\Users\chaimae.seghir\Desktop\try2\my-blaze> npm i @tensorflow-models/body-pix
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: my-blaze@0.1.0
npm ERR! Found: @tensorflow/tfjs-backend-webgl@4.4.0
npm ERR! node_modules/@tensorflow/tfjs-backend-webgl
npm ERR!   peer @tensorflow/tfjs-backend-webgl@"^4.2.0" from @tensorflow-models/pose-detection@2.1.0
npm ERR!   node_modules/@tensorflow-models/pose-detection
npm ERR!     @tensorflow-models/pose-detection@"^2.1.0" from the root project
npm ERR!   @tensorflow/tfjs-backend-webgl@"4.4.0" from @tensorflow/tfjs@4.4.0
npm ERR!   node_modules/@tensorflow/tfjs
npm ERR!     @tensorflow/tfjs@"^4.4.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! @tensorflow-models/body-pix@"*" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @tensorflow/tfjs-backend-webgl@3.21.0
npm ERR! node_modules/@tensorflow/tfjs-backend-webgl
npm ERR!   peer @tensorflow/tfjs-backend-webgl@"^3.6.0" from @tensorflow-models/body-pix@2.2.0
npm ERR!   node_modules/@tensorflow-models/body-pix
npm ERR!     @tensorflow-models/body-pix@"*" from the root project