We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
People who don't use yarn would like to have npm lock file. npm-shrinkwrap.json speed up npm installs a lot.
npm-shrinkwrap.json
npm shrinkwrap --dev
Above command should do the trick. see
People who don't use yarn would like to have npm lock file.
npm-shrinkwrap.jsonspeed up npm installs a lot.Above command should do the trick. see