Y
Hacker News
new
|
ask
|
show
|
jobs
by
pauly
3825 days 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
1 comments
Touche
3825 days ago
A good percentage of npm modules are <1.0.0 so you're very likely to get dupes.
link