From 50a07fb419b6cccf3295bbe47cb2a59af97d4f40 Mon Sep 17 00:00:00 2001 From: Shadowbroker <43977454+BigBodyCobain@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:15:13 -0600 Subject: [PATCH] Delete frontend/build_logs3.txt Former-commit-id: 18910fb5ded0c99f9c4a9e6febfe3c8f464f754a --- frontend/build_logs3.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 frontend/build_logs3.txt diff --git a/frontend/build_logs3.txt b/frontend/build_logs3.txt deleted file mode 100644 index 9765230..0000000 --- a/frontend/build_logs3.txt +++ /dev/null @@ -1,33 +0,0 @@ - -> frontend@0.1.0 build -> next build - -Γû▓ Next.js 16.1.6 (Turbopack) - - Creating an optimized production build ... - -> Build error occurred -Error: Turbopack build failed with 1 errors: -./src/components/MapboxViewer.tsx:4:1 -Module not found: Can't resolve 'react-map-gl' - 2 | - 3 | import React, { useRef, useEffect, useState, useMemo } from "react"; -> 4 | import Map, { Source, Layer, Fog, Sky, useMap, MapRef } from "react-map-gl"; - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - 5 | import type { LayerProps } from "react-map-gl"; - 6 | import "mapbox-gl/dist/mapbox-gl.css"; - 7 | import * as satellite from "satellite.js"; - - - -Import trace: - Client Component Browser: - ./src/components/MapboxViewer.tsx [Client Component Browser] - ./src/app/page.tsx [Client Component Browser] - ./src/app/page.tsx [Server Component] - -https://nextjs.org/docs/messages/module-not-found - - - at (./src/components/MapboxViewer.tsx:4:1) - at (https://nextjs.org/docs/messages/module-not-found)