sheetsj’s avatarsheetsj’s Twitter Archive—№ 4,595

      1. It makes no sense why npm ci and yarn install --frozen-lockfile are not the default options
    1. …in reply to @sheetsj
      or why pinning exact versions in the package.json isn't a default option too
  1. …in reply to @sheetsj
    the fear of running npm install on a legacy app and accidentally breaking something is real
    1. …in reply to @sheetsj
      or how you can npm i some-pkg to add just that one, but if you edit package.json and run npm i then it must mean you want to download the whole internet again