I started a project in React and want to know how I look for a particular package installed directly by npm?
I started a project in React and want to know how I look for a particular package installed directly by npm?
Run the command below in the terminal:
npm list | grep {pacote_desejado}