forked from safak/full-stack-school
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild3.log
More file actions
95 lines (75 loc) · 11.7 KB
/
Copy pathbuild3.log
File metadata and controls
95 lines (75 loc) · 11.7 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
> lama-dev-next-dashboard@0.1.0 build
> next build
▲ Next.js 14.2.28
- Environments: .env.local, .env
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types ...
./src/app/dashboard/list/classes/ClassListClient.tsx
56:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
74:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/events/page.tsx
61:6 Warning: React Hook useEffect has a missing dependency: 'fetchEvents'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
80:6 Warning: React Hook useEffect has a missing dependency: 'fetchEvents'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/parents/ParentListClient.tsx
52:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
77:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
82:9 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./src/app/dashboard/list/students/StudentListClient.tsx
54:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/subjects/SubjectListClient.tsx
54:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
72:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/list/teachers/TeacherListClient.tsx
52:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
70:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
92:15 Warning: Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./src/app/dashboard/parent/exam-results/page.tsx
99:6 Warning: React Hook useEffect has a missing dependency: 'loadChildren'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/app/dashboard/student/exam/[id]/page.tsx
98:6 Warning: React Hook useEffect has a missing dependency: 'handleSubmit'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/admin/PaymentManagementTab.tsx
75:6 Warning: React Hook useEffect has a missing dependency: 'applyFilters'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/ClassStudentsModal.tsx
62:6 Warning: React Hook useEffect has a missing dependency: 'fetchStudents'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/ClassSubjectsModal.tsx
57:6 Warning: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/ClientFormContainer.tsx
50:6 Warning: React Hook useEffect has a missing dependency: 'related'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./src/components/FormModal.tsx
241:8 Warning: React Hook useEffect has an unnecessary dependency: 'table'. Either exclude it or remove the dependency array. Outer scope values like 'table' aren't valid dependencies because mutating them doesn't re-render the component. react-hooks/exhaustive-deps
./src/components/TimetableView.tsx
54:6 Warning: React Hook useEffect has a missing dependency: 'fetchTimetable'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
node.exe : Failed to compile.
At C:\Program Files\nodejs\npm.ps1:29 char:3
+ & $NODE_EXE $NPM_CLI_JS $args
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Failed to
compile.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
.next/types/app/api/students/[id]/timetable/route.ts:2:2
4
Type error: File 'C:/Users/USER/full-stack-school-main/s
rc/app/api/students/[id]/timetable/route.ts' is not a
module.
[0m [90m 1 |[39m [90m// File: C:\Users\USER\full-sta
ck-school-main\src\app\api\students\[id]\timetable\route
.ts[39m[0m
[0m[31m[1m>[22m[39m[90m 2 |[39m [36mimport[39m
[33m*[39m [36mas[39m entry [36mfrom[39m [32m'../.
./../../../../../src/app/api/students/[id]/timetable/rou
te.js'[39m[0m
[0m [90m |[39m
[31m[1m^[22m[39m[0m
[0m [90m 3 |[39m [36mimport[39m type {
[33mNextRequest[39m } [36mfrom[39m
[32m'next/server.js'[39m[0m
[0m [90m 4 |[39m[0m
[0m [90m 5 |[39m type [33mTEntry[39m [33m=[39m
[36mtypeof[39m [36mimport[39m([32m'../../../../../.
./../src/app/api/students/[id]/timetable/route.js'[39m)
[0m
Next.js build worker exited with code: 1 and signal:
null