This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
yarn-error.log
99 lines (87 loc) · 2.89 KB
/
yarn-error.log
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
96
97
98
99
Arguments:
/usr/local/bin/node /usr/local/bin/yarn c
PATH:
/Users/netanelbasal/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/netanelbasal/bin
Yarn version:
1.5.0
Node version:
9.0.0
Platform:
darwin x64
npm manifest:
{
"name": "ngx-auto-unsubscribe",
"version": "2.3.0",
"main": "dist/index.js",
"description": "Class decorator that automatically unsubscribes from observables and events",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "rm -rf ./dist && tsc",
"prepublish": "rm -rf ./dist && npm test && npm run build",
"c": "all-contributors check",
"contributors:generate": "all-contributors generate"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.(ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/__tests__/.*\\.(ts|js)$"
},
"keywords": [
"Angular unsubscribe",
"Angular decorator unsubscribe",
"Angular unsubscribe observables"
],
"typings": "./dist/index.d.ts",
"maintainers": [
"Netanel Basal"
],
"repository": {
"url": "https://github.com/NetanelBasal/ngx-auto-unsubscribe"
},
"devDependencies": {
"@types/jest": "^21.1.4",
"all-contributors-cli": "^4.11.1",
"jest": "^21.2.1",
"ts-jest": "^21.1.3",
"typescript": "^2.5.3"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/chai":
version "3.4.34"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-3.4.34.tgz#d5335792823bb09cddd5e38c3d211b709183854d"
rxjs@^5.0.0-rc.1:
version "5.0.0-rc.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.0.0-rc.2.tgz#d38206f50eeb1e77b0832a74c1c2adeeed5ec2b7"
dependencies:
symbol-observable "^1.0.1"
symbol-observable@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
typescript@^2.0.6:
version "2.0.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.0.7.tgz#efc39e8822e240d0b741d06ff86708137bcdb5e4"
Trace:
Error: Command failed.
Exit code: 1
Command: sh
Arguments: -c all-contributors check
Directory: /Users/netanelbasal/www/ngx-auto-unsubscribe
Output:
at ProcessTermError.MessageError (/usr/local/lib/node_modules/yarn/lib/cli.js:186:110)
at new ProcessTermError (/usr/local/lib/node_modules/yarn/lib/cli.js:226:113)
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:30281:17)
at emitTwo (events.js:135:13)
at ChildProcess.emit (events.js:224:7)
at maybeClose (internal/child_process.js:943:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)