Created
April 14, 2018 20:54
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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