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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -