InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between package.json and package-lock.json in Ionic Project. |
||||||||
|
Answer» For most modern JS libraries like React, Vue, Angular etc. They need a centralised PLACE to manage the different plugins and packages that the PROJECT uses. Package.json is mainly used for that reason.
|
|||||||||