Skip to content
Discussion options

You must be logged in to vote

@mahendrabhishekmishra First make sure you are at the right location where you run the command in the terminal. And the second thing, your folder contains a package-lock.json file that is an npm dependency manager file and you are using yarn that will generate the yarn.lock file, so do not mix both either use npm or yarn. If you want to use yarn then delete the package-lock.json file and for a fresh start delete also yarn.lock and node_modulesfolder and run again yarn install

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alymurtazamemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants