skip to Main Content

React native – yarn install in gitlab ci runner creates error "The lockfile would have been modified by this install, which is explicitly forbidden."

I am working on react-native 0.75.2 yarn 3.6.4 node 20 In my project, I have a native module dependency, which is located inside my project folder. My package.json looks like "dependencies": { ...., "react-native-my-native-mod": "file:native_modules/react-native-my-native-mod", } In gitlab-runner, it is…

VIEW QUESTION
Back To Top
Search