npm3, dependency changes from tree to flat
Is there any mechanism to resolve package version conflicts in the future ofnpm3?
- install less-loader, less-loader dependency clone2.1.1 locally first.
- install clone@2.0.0 locally (specify version 2.0.0). It is found that the clone version becomes 2.0.0
if less-loader is not compatible with clone@2.0.0, isn"t there an error when packing?