-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.log
More file actions
34 lines (25 loc) · 1.15 KB
/
Copy pathbuild.log
File metadata and controls
34 lines (25 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
npm warn Unknown project config "node-linker". This will stop working in the next major version of npm.
npm warn Unknown project config "strictDepBuilds". This will stop working in the next major version of npm.
> nextjs-base-starter@0.1.0 build
> next build
--------------------------------------------------
🔍 Checking Environment Variables during Build:
NEXT_PUBLIC_SUPABASE_URL: ✅ Found
NEXT_PUBLIC_SUPABASE_ANON_KEY: ✅ Found
--------------------------------------------------
Γû▓ Next.js 15.5.7
- Environments: .env.local
Creating an optimized production build ...
--------------------------------------------------
🔍 Checking Environment Variables during Build:
NEXT_PUBLIC_SUPABASE_URL: ✅ Found
NEXT_PUBLIC_SUPABASE_ANON_KEY: ✅ Found
--------------------------------------------------
Failed to compile.
./app/admin/admins/page.tsx
Module not found: Can't resolve '@/components/ui/select'
https://nextjs.org/docs/messages/module-not-found
./app/admin/admins/page.tsx
Module not found: Can't resolve '@/components/ui/tooltip'
https://nextjs.org/docs/messages/module-not-found
> Build failed because of webpack errors