7 ms·
--save adds the fairly loose ^ version number, so any major version should match, so less conflicts than if you'd added an exact version match, or a ~ match
by pauly 11y ago
--save adds the fairly loose ^ version number, so any major version should match, so less conflicts than if you'd added an exact version match, or a ~ match
- Touche 11y agoA good percentage of npm modules are <1.0.0 so you're very likely to get dupes.