You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2019. It is now read-only.
So I got here because I was searching for a reliable way to install javascript dependencies based on a package-lock.json file. Several stack-overflow and git-hub issues linked to this repo.
Would my typical use case be to install libcpm globally or in my project as a dev-dependency?
How do I use the API for libcipm? Is it identical to the API for cipm?
What is the difference between libcipm and cipm and do I need both?
I would really appreciate an example of how to use this library to install javascript dependencies based on the versions that are "locked" in an already generated package-lock.json file (if that is indeed what this library intends to do).
So I got here because I was searching for a reliable way to install javascript dependencies based on a package-lock.json file. Several stack-overflow and git-hub issues linked to this repo.
Would my typical use case be to install libcpm globally or in my project as a dev-dependency?
How do I use the API for libcipm? Is it identical to the API for cipm?
What is the difference between libcipm and cipm and do I need both?
I would really appreciate an example of how to use this library to install javascript dependencies based on the versions that are "locked" in an already generated package-lock.json file (if that is indeed what this library intends to do).