App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I noticed that my nodejs shopify app project contains three levels of packages.json. One is in the outer most level. Another one is inside the web folder. The last one is inside the frontend folder. Should I perform npm install for packages in different level based on what the packages are for?
Thanks!