-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand_output.log
More file actions
89 lines (85 loc) · 2.47 KB
/
Copy pathcommand_output.log
File metadata and controls
89 lines (85 loc) · 2.47 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
Command: shopt -s histappend
Output:
Exit Code: 0
----
Command: pwd
Output:
/Users/ardaerturk/Documents/GitHub/docs
Exit Code: 0
----
Command: npm run dev
Output:
npm error code ENOENT
npm error syscall open
npm error path /Users/ardaerturk/Documents/GitHub/docs/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/Users/ardaerturk/Documents/GitHub/docs/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /Users/ardaerturk/.npm/_logs/2025-01-24T20_21_46_784Z-debug-0.log
Exit Code: 254
----
Command: mint dev
Output:
bash: mint: command not found
Exit Code: 127
----
Command: npm i
Output:
npm error code ENOENT
npm error syscall open
npm error path /Users/ardaerturk/Documents/GitHub/docs/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/Users/ardaerturk/Documents/GitHub/docs/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /Users/ardaerturk/.npm/_logs/2025-01-24T20_22_21_009Z-debug-0.log
Exit Code: 254
----
Command: npm i -g mintlify
Output:
changed 651 packages in 5s
299 packages are looking for funding
run `npm fund` for details
Exit Code: 0
----
Command: mintlify dev
Output:
- Preparing local Mintlify instance...
✖ ENOENT: no such file or directory, open '/Users/ardaerturk/Documents/GitHub/docs/https:/storage.googleapis.com/external-assets-intersend/Emblem.png'
Exit Code: 1
----
Command: mintlify dev
Output:
- Preparing local Mintlify instance...
✖ ENOENT: no such file or directory, open '/Users/ardaerturk/Documents/GitHub/docs/https:/storage.googleapis.com/external-assets-intersend/Emblem.png'
Exit Code: 1
----
Command: mintlify dev
Output:
- Preparing local Mintlify instance...
✖ EISDIR: illegal operation on a directory, read
Exit Code: 1
----
Command: mintlify dev
Output:
- Preparing local Mintlify instance...
✖ EISDIR: illegal operation on a directory, read
Exit Code: 1
----
Command: mintlify dev
Output:
- Preparing local Mintlify instance...
🚨 Invalid mint.json:
#.favicon: Favicon cannot be an .ico file
✖ Prebuild step failed
Exit Code: 1
----
Command: mintlify dev
Output:
- Preparing local Mintlify instance...
🚨 Invalid mint.json:
#.favicon: This field is required
✖ Prebuild step failed
Exit Code: 1
----