Due to the recent problems happened to the npm world, I'd propose to lock all the versions of our dependencies and development dependencies It's not a bulletproof solution must at least it's something Before: ```json "chalk": "^2.4.1" ``` After: ```json "chalk": "2.4.1" ```
Due to the recent problems happened to the npm world, I'd propose to lock all the versions of our dependencies and development dependencies
It's not a bulletproof solution must at least it's something
Before:
After: