最佳答案
在嵌套子文件夹中安装npm packages的最正确方法是什么?
my-app
/my-sub-module
package.json
package.json
当npm install在my-app中运行时,让packages在/my-sub-module中自动安装的最佳方法是什么?