It would live in the root of your project: ``` /project /node_modules /package1 /package2

It would live in the root of your project:
/project
  /node_modules
    /package1
    /package2
    /etc
  /functions
    /index.js # import { foo } from "package1"; here
  /static
    /index.html
Was this page helpful?