googleanalytics / ga-dev-tools

A showcase of demos and tools built with the various Google Analytics APIs and Libraries.
https://ga-dev-tools.web.app/
Other
1.38k stars 550 forks source link

Cannot find module '@/components/ga4/EnhancedEcommerce/line-item' #1908

Open Phillip-C opened 3 weeks ago

Phillip-C commented 3 weeks ago

What page is this happening on Can't install

Describe the bug src/pages/ga4/enhanced-ecommerce/cart.tsx:20:24 - error TS2307: Cannot find module '@/components/ga4/EnhancedEcommerce/line-item' or its corresponding type declarations.

20 import {LineItem} from "@/components/ga4/EnhancedEcommerce/line-item";

To Reproduce

  1. Install debian
  2. Install node, npm, yarn
  3. Extract repo to dir
  4. Run yarn in project root dir
  5. Run yarn in lib dir
  6. Run yarn start:app:production from project root dir

Expected behavior Yarn to launch the application