-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyarn-error.log
62 lines (54 loc) · 2.11 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
Arguments:
/Users/awm/.nvm/versions/node/v12.16.1/bin/node /usr/local/Cellar/yarn/1.19.1/libexec/bin/yarn.js
PATH:
/Users/awm/.nvm/versions/node/v12.16.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/awm/.nvm/versions/node/v12.16.1/bin
Yarn version:
1.19.1
Node version:
12.16.1
Platform:
darwin x64
Trace:
Error: https://registry.yarnpkg.com/@dhis2%2fapp-service-data: Not found
at Request.params.callback [as _callback] (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:66926:18)
at Request.self.callback (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:140564:22)
at Request.emit (events.js:311:20)
at Request.<anonymous> (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:141536:10)
at Request.emit (events.js:311:20)
at IncomingMessage.<anonymous> (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:141458:12)
at Object.onceWrapper (events.js:417:28)
at IncomingMessage.emit (events.js:323:22)
at endReadableNT (_stream_readable.js:1204:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
npm manifest:
{
"name": "@dhis2/app-service-datastore",
"version": "2.1.1",
"description": "",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"types": "build/types/index.d.ts",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build:types": "tsc --emitDeclarationOnly --outDir ./build/types",
"build:package": "d2-app-scripts build",
"build": "concurrently -n build,types \"yarn build:package\" \"yarn build:types\"",
"watch": "NODE_ENV=development concurrently -n build,types \"yarn build:package --watch\" \"yarn build:types --watch\"",
"type-check": "tsc --noEmit --allowJs --checkJs",
"type-check:watch": "yarn type-check --watch",
"test": "d2-app-scripts test",
"coverage": "yarn test --coverage",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^4.0.0"
},
"dependencies": {
"@dhis2/app-service-data": "^2.1.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile