Skip to content

Instantly share code, notes, and snippets.

@derozic
Created April 14, 2018 20:54
Show Gist options
  • Save derozic/5095a0256e386486e13c0e4b476c8273 to your computer and use it in GitHub Desktop.
Save derozic/5095a0256e386486e13c0e4b476c8273 to your computer and use it in GitHub Desktop.
Specify specific version ranges in npm i --save to add more than one webpack to your project, for example
npm i --save webpack@">=1.4.0 <=2.7.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment