npm lock down packages for application -


i came across package issue 1 of 3rd party npm packages updated overnight , caused our build crash. practice lock down package versions in general in package.json file. know can use '^' , '~' or exact version 1.2.3. standard practice here?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -