the functionality of applying overrides does not work correctly when changing the version of rnv
postinstall script tries to use non-existent .rnv folder => yarn execution fails with error in a cloned renative project:
[4/4] π¨ Building fresh packages...
$ node scripts/postinstall.js
error: β¨― Error: ENOENT: no such file or directory, mkdir '/Users/pauliusguzas/Desktop/random_testai/hello-renative/.rnv/overrides'
at Object.mkdirSync (node:fs:1398:3)
at fsMkdirSync (/Users/pauliusguzas/Desktop/random_testai/hello-renative/node_modules/@rnv/core/src/system/fs.ts:56:66)
at _ensureOverrideDirExists (/Users/pauliusguzas/Desktop/random_testai/hello-renative/node_modules/@rnv/core/src/plugins/index.ts:981:20)
at overrideFileContents (/Users/pauliusguzas/Desktop/random_testai/hello-renative/node_modules/@rnv/core/src/plugins/index.ts:793:25)
at /Users/pauliusguzas/Desktop/random_testai/hello-renative/node_modules/@rnv/core/src/plugins/index.ts:751:45
at Array.forEach (<anonymous>)
at /Users/pauliusguzas/Desktop/random_testai/hello-renative/node_modules/@rnv/core/src/plugins/index.ts:743:36
at Array.forEach (<anonymous>)
at _overridePlugin (/Users/pauliusguzas/Desktop/random_testai/hello-renative/node_modules/@rnv/core/src/plugins/index.ts:690:22)
at /Users/pauliusguzas/Desktop/random_testai/hello-renative/node_modules/@rnv/core/src/plugins/index.ts:1108:25
Description
.rnv
folder => yarn execution fails with error in a cloned renative project:Related issues
Npm releases
n/a