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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -