Is it safe to delete yarn.lock from my project's directory?
#9362
Answered
by
eddiemonge
adamalston
asked this question in
General
I searched for answers online and came across this discussion: https://stackoverflow.com/questions/51048173/switch-to-npm-for-create-react-app
|
Answered by
eddiemonge
Jul 24, 2020
Replies: 2 comments
|
If you don't know what it is, you probably shouldn't delete it. https://classic.yarnpkg.com/en/docs/yarn-lock/ gives some info about it. You most likely installed yarn and CRA sees that and uses it. |
0 replies
Answer selected by
adamalston
|
this probably shoud work https://stackoverflow.com/questions/51239726/react-native-switch-from-yarn-to-npm |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't know what it is, you probably shouldn't delete it. https://classic.yarnpkg.com/en/docs/yarn-lock/ gives some info about it. You most likely installed yarn and CRA sees that and uses it.