DEV Community

Discussion on: Any thoughts on create-react-app breaking due to one line npm package

Collapse
 
rehmatfalcon profile image
Kushal Niroula

I think we should be explicit about the version that we depend upon and change the dependency version only when we are sure that we want to upgrade and that our code does not break. I know this means more work to do and keep track of, but maybe it is the price we have to pay for stability, and especially in case of popular packages like create-react-app.