the directory is as follows
Project
node_modules
package.json
subprojectnode_modules
package.json
I cd to the first-level directory of the project
then npm install
, I can only install all the dependencies of the first-level directory
how to implement the first-level directory install automatically let the subproject also Install all its package.json dependencies