-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathyarn-error.log
64 lines (56 loc) · 1.65 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
Arguments:
/usr/local/Cellar/node/9.8.0/bin/node /usr/local/Cellar/yarn/1.5.1_1/libexec/bin/yarn.js outdated
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/Users/caalcaz/Library/Android/sdk/tools:/Users/caalcaz/Library/Android/sdk/platform-tools:/Users/caalcaz/Library/Android/sdk/tools:/Users/caalcaz/Library/Android/sdk/platform-tools
Yarn version:
1.5.1
Node version:
9.8.0
Platform:
darwin x64
npm manifest:
{
"name": "react-native-push-notification",
"version": "3.0.3",
"description": "React Native Local and Remote Notifications",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"notifications",
"push",
"apns",
"gcm"
],
"bugs": {
"url": "https://github.com/zo0r/react-native-push-notification/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:zo0r/react-native-push-notification.git"
},
"peerDependencies": {
"react-native": ">=0.33"
},
"rnpm": {
"android": {
"packageInstance": "new ReactNativePushNotificationPackage()"
}
},
"author": "zo0r <http://zo0r.me>",
"license": "MIT"
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: No lockfile in this directory. Run `yarn install` to generate one.
at new MessageError (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:186:110)
at /usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:89389:13
at <anonymous>