0

I'm trying to run an JS Chrome extension from a cloned repository. The problem occurs after I run npm install where some of the dependencies in the package-lock.json file gets deleted and essentially ignored. This causes the project to miss many of the modules necessary for it to run.

I've tried using npm ci but it still has the same problem. I've also tried using yarn and yarn check but to no avail. What is the problem here? Why doesn't npm install all the dependencies in package-lock.json file without having to delete some of them?

enter image description here

Beso
  • 1,176
  • 5
  • 12
  • 26
Saif U
  • 1
  • 1
  • Are you using the latest npm? I've found this solves issues earlier versions have. – Jillinger Sep 13 '21 at 22:43
  • Yes, I am 100% sure I am using the most recent version of npm. – Saif U Sep 15 '21 at 23:59
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 18 '21 at 09:48

0 Answers0