Closed dimitrieh closed 6 years ago
https://github.com/nuxt-community/starter-template/blob/308ca01d6520629dab11316b9717a68fd106c844/template/package.json#L16
It's not necessary with the caret ranges (^ notation) npm will install the lastest version
^
^1.0.0 is equal to >= 1.0.0 < 2.0.0
^1.0.0
>= 1.0.0 < 2.0.0
@NicoPennec great, thanks for that bit of information!
https://github.com/nuxt-community/starter-template/blob/308ca01d6520629dab11316b9717a68fd106c844/template/package.json#L16