-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy pathyarn-error.log
More file actions
69 lines (60 loc) · 2.41 KB
/
yarn-error.log
File metadata and controls
69 lines (60 loc) · 2.41 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
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\Julian Alexander\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js test recursion
PATH:
C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\Julian Alexander\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\nodejs;C:\Program Files\Git\cmd;C:\Users\Julian Alexander\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Microsoft VS Code\bin;C:\Users\Julian Alexander\AppData\Roaming\npm
Yarn version:
1.5.1
Node version:
8.9.4
Platform:
win32 x64
npm manifest:
{
"name": "javascript-ii",
"version": "1.0.0",
"description": "JavaScript II",
"main": "index.js",
"scripts": {
"test": "eslint tests/*.test.js && eslint src/*.js && jest --verbose",
"test:watch": "npm test -- --watch"
},
"author": "Ben Nelson",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaSchool/javascript-ii.git"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"jest": "^19.0.2",
"regenerator-runtime": "^0.10.3"
},
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-react": "6.9.0",
"yarn": "^1.5.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Command failed.
Exit code: 1
Command: C:\Windows\system32\cmd.exe
Arguments: /d /s /c eslint tests/*.test.js && eslint src/*.js && jest --verbose recursion
Directory: C:\Users\Julian Alexander\Documents\LambdaSchool\javascript-ii
Output:
at ProcessTermError.MessageError (C:\Users\Julian Alexander\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:186:110)
at new ProcessTermError (C:\Users\Julian Alexander\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:226:113)
at ChildProcess.<anonymous> (C:\Users\Julian Alexander\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:30281:17)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)