In some module like vue, vuex, It's singleton. packages1 node_module has vue which use in package1, and packages2 has vue use by it selfs. and they can't use together. So how to add local module ...