Corrupted npm package which in other app in the same version works well

I have a problem with the npm package installation. It works well locally, and there aren’t problems with the same package and version within the other app on the same account.

With Nextjs I am getting npm WARN tarball tarball data for ... seems to be corrupted

My build: Netlify App (Nextjs app)
The build is triggered from the main branch from here: GitHub - xdevguild/nextjs-dapp-template: Open source Dapp template for the MultiversX (previously Elrond) blockchain.

Ok, my bad, sorry. But I leave it here. Maybe it will help someone in the future.

So, my package-lock.json was not updated, and it had a path to the local file package of the same npm library. After updating, all seems to work ok.