npm 5 completely broke the solution we were using until now. It forces changes on the existing file so no manual management is possible. The new format then breaks older versions of npm. I am not sure what's the full replacement but for now I'll just lock the package.json versions for the direct dependencies which is not perfect but better than nothing.
If anyone has suggestions, let me know.
npm 5 completely broke the solution we were using until now. It forces changes on the existing file so no manual management is possible. The new format then breaks older versions of npm. I am not sure what's the full replacement but for now I'll just lock the package.json versions for the direct dependencies which is not perfect but better than nothing.
If anyone has suggestions, let me know.