-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild_output.log
More file actions
80 lines (74 loc) · 3.78 KB
/
Copy pathbuild_output.log
File metadata and controls
80 lines (74 loc) · 3.78 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
> thalweg@0.1.0 build
> next build
Γû▓ Next.js 14.2.35
- Environments: .env.local
Creating an optimized production build ...
Γ£ô Compiled successfully
Linting and checking validity of types ...
node.exe : Failed to compile.
At line:1 char:1
+ & "C:\Program
Files\nodejs/node.exe"
"C:\Program
Files\nodejs/node_mo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~
+ CategoryInfo
: NotSpecified: (Failed
to compile.:String) [],
RemoteException
+ FullyQualifiedErrorId
: NativeCommandError
./src/components/globe/GlobeV
iew.tsx:10:20
Type error: Could not find a
declaration file for module
'@deck.gl/react'. 'C:/Users/A
cer/Documents/thalweg/node_mo
dules/@deck.gl/react/dist/es5
/index.js' implicitly has an
'any' type.
Try `npm i --save-dev
@types/deck.gl__react` if it
exists or add a new
declaration (.d.ts) file
containing `declare module
'@deck.gl/react';`
[0m [90m 8 |[39m[0m
[0m [90m 9 |[39m
[36mimport[39m {
useEffect[33m,[39m
useRef[33m,[39m
useState[33m,[39m
useCallback } [36mfrom[39m
[32m'react'[39m[33m;[39m
[0m
[0m[31m[1m>[22m[39m[90m
10 |[39m [36mimport[39m
[33mDeckGL[39m
[36mfrom[39m [32m'@deck.gl
/react'[39m[33m;[39m[0m
[0m [90m |[39m
[31m[1m^[22m[39m[0m
[0m [90m 11 |[39m
[36mimport[39m {
_GlobeView [36mas[39m
[33mGlobeView[39m }
[36mfrom[39m [32m'@deck.gl
/core'[39m[33m;[39m[0m
[0m [90m 12 |[39m
[36mimport[39m { [33mScatt
erplotLayer[39m[33m,[39m
[33mGeoJsonLayer[39m }
[36mfrom[39m [32m'@deck.gl
/layers'[39m[33m;[39m[0m
[0m [90m 13 |[39m
[36mimport[39m {
useVesselStream }
[36mfrom[39m [32m'@/hooks/
useVesselStream'[39m[33m;[
39m[0m
Next.js build worker exited
with code: 1 and signal: null