DEV Community

Cover image for after cloning a react project from GitHub, I run the following commands in order to install all the required dependencies …
ismailalabou
ismailalabou

Posted on

after cloning a react project from GitHub, I run the following commands in order to install all the required dependencies …

but got stuck in this error otherwise:

https://imgur.com/a/tcM25Nz

the order of executing terminal commands are:
npm install
npm audit
npm audit fix
npm audit fix --force

help me figure this out
TY <3

Top comments (0)