npm ci integrity mismatch during dependency restoration
When performing a clean installation using npm ci , the tool relies on SHA-512 integrity hashes stored within the package-lock.json to validate downloaded tarballs. This process ensures that the local node_modules state matches the state recorded during the initial installation. There is uncertainty regarding how npm handles scenarios where the local global