-
Notifications
You must be signed in to change notification settings - Fork 1
/
yarn-error.log
58 lines (46 loc) · 2.12 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
Arguments:
/Users/lake/.nvm/versions/node/v10.13.0/bin/node /usr/local/bin/yarn add @types/react-native-uuid
PATH:
/Users/lake/.opam/default/bin:/Users/lake/.nvm/versions/node/v10.13.0/bin:/Users/lake/path:/Users/lake/anaconda3/bin:/Users/lake/google-cloud-sdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/lake/path:/Users/lake/.opam/default/bin:/Users/lake/anaconda3/bin:/Users/lake/google-cloud-sdk/bin
Yarn version:
0.23.4
Node version:
10.13.0
Platform:
darwin x64
npm manifest:
{
"dependencies": {
"react-native-uuid": "^1.4.9"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
randombytes@^2.0.3:
version "2.0.6"
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.6.tgz#d302c522948588848a8d300c932b44c24231da80"
dependencies:
safe-buffer "^5.1.0"
react-native-uuid@^1.4.9:
version "1.4.9"
resolved "https://registry.yarnpkg.com/react-native-uuid/-/react-native-uuid-1.4.9.tgz#a526742f8fddfe6414500655212ca8d109c40229"
dependencies:
randombytes "^2.0.3"
safe-buffer@^5.1.0:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
Trace:
Error: https://registry.npmjs.org/@types%2freact-native-uuid: Not found
at Request.params.callback [as _callback] (/usr/local/Cellar/yarn/0.23.4/libexec/lib/util/request-manager.js:326:18)
at Request.self.callback (/usr/local/Cellar/yarn/0.23.4/libexec/node_modules/request/request.js:188:22)
at Request.emit (events.js:182:13)
at Request.<anonymous> (/usr/local/Cellar/yarn/0.23.4/libexec/node_modules/request/request.js:1171:10)
at Request.emit (events.js:182:13)
at IncomingMessage.<anonymous> (/usr/local/Cellar/yarn/0.23.4/libexec/node_modules/request/request.js:1091:12)
at Object.onceWrapper (events.js:273:13)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1094:12)
at process._tickCallback (internal/process/next_tick.js:63:19)