In there any way to check if there are any private dependencies in a project?

Can I check if there are any private dependencies in my project?

Hi Tom,

Yes, you can run npm i --force command to check for private dependency in your project.