How to Force npm install to Read from package.json Instead of package-lock.json
When running npm install, Node.js package manager (npm) typically relies on the package-lock.json file to ensure that dependencies are installed exactly as recorded. However, there are times when you may want to force npm install to read only from package.json and ignore the lock file and existing