-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
50 lines (42 loc) · 1.27 KB
/
Copy pathyarn-error.log
File metadata and controls
50 lines (42 loc) · 1.27 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn i dragula
PATH:
/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.5.1
Node version:
10.6.0
Platform:
darwin x64
npm manifest:
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "design.js",
"dependencies": {
"react-native": "^0.56.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Command "i" not found.
at new MessageError (/usr/local/lib/node_modules/yarn/lib/cli.js:186:110)
at /usr/local/lib/node_modules/yarn/lib/cli.js:87307:17
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:98:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:116:14
at new Promise (<anonymous>)
at new F (/usr/local/lib/node_modules/yarn/lib/cli.js:23451:28)
at /usr/local/lib/node_modules/yarn/lib/cli.js:95:12
at runCommand (/usr/local/lib/node_modules/yarn/lib/cli.js:87312:22)
at Object.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:87412:14)