Tried node-postgres template but with the same result:
`apps > npx create-react-router@latest my-react-router-app
Need to install the following packages:
create-react-router@7.13.0
Ok to proceed? (y) y
npm ERR! code ENOENT
npm ERR! syscall stat
npm ERR! path /home/vladan/.npm/_cacache/content-v2/sha512/b8/96/b12fc56f2c997da00bc4a6af6c2308e0b27773a4aed2eecfd50910e82550045f14749f5ef6304c927ca65d3951122d0b676e0869404fcc51a066fa4ff740
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/run-parallel: ENOENT: no such file or directory, stat '/home/vladan/.npm/_cacache/content-v2/sha512/b8/96/b12fc56f2c997da00bc4a6af6c2308e0b27773a4aed2eecfd50910e82550045f14749f5ef6304c927ca65d3951122d0b676e0869404fcc51a066fa4ff740'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: /home/vladan/.npm/_logs/2026-02-09T11_05_22_267Z-debug-0.log
apps > node --version
v20.10.0
apps > npm --version
10.2.3`
OS is Fedora 43.
With node 24.13.0 it works but with lots of messages like this:
npm warn tarball tarball data for for-each@https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz (sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==) seems to be corrupted. Trying again.
and these two at the end of instal:
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
Tried node-postgres template but with the same result:
`apps > npx create-react-router@latest my-react-router-app
Need to install the following packages:
create-react-router@7.13.0
Ok to proceed? (y) y
npm ERR! code ENOENT
npm ERR! syscall stat
npm ERR! path /home/vladan/.npm/_cacache/content-v2/sha512/b8/96/b12fc56f2c997da00bc4a6af6c2308e0b27773a4aed2eecfd50910e82550045f14749f5ef6304c927ca65d3951122d0b676e0869404fcc51a066fa4ff740
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/run-parallel: ENOENT: no such file or directory, stat '/home/vladan/.npm/_cacache/content-v2/sha512/b8/96/b12fc56f2c997da00bc4a6af6c2308e0b27773a4aed2eecfd50910e82550045f14749f5ef6304c927ca65d3951122d0b676e0869404fcc51a066fa4ff740'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: /home/vladan/.npm/_logs/2026-02-09T11_05_22_267Z-debug-0.log
apps > node --version
v20.10.0
apps > npm --version
10.2.3`
OS is Fedora 43.
With node 24.13.0 it works but with lots of messages like this:
npm warn tarball tarball data for for-each@https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz (sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==) seems to be corrupted. Trying again.
and these two at the end of instal:
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me