-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
executable file
·67 lines (59 loc) · 1.91 KB
/
yarn-error.log
File metadata and controls
executable file
·67 lines (59 loc) · 1.91 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
Arguments:
/usr/local/bin/node /opt/yarn-v1.13.0/bin/yarn.js install
PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Yarn version:
1.13.0
Node version:
10.15.2
Platform:
linux x64
Trace:
Error: https://registry.yarnpkg.com/@graphql-codegen%2ftypescript-server: Not found
at Request.params.callback [as _callback] (/opt/yarn-v1.13.0/lib/cli.js:66255:18)
at Request.self.callback (/opt/yarn-v1.13.0/lib/cli.js:129397:22)
at Request.emit (events.js:189:13)
at Request.<anonymous> (/opt/yarn-v1.13.0/lib/cli.js:130369:10)
at Request.emit (events.js:189:13)
at IncomingMessage.<anonymous> (/opt/yarn-v1.13.0/lib/cli.js:130291:12)
at Object.onceWrapper (events.js:277:13)
at IncomingMessage.emit (events.js:194:15)
at endReadableNT (_stream_readable.js:1103:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
npm manifest:
{
"name": "apollo-server-ts",
"description": "",
"dependencies": {
"@types/graphql": "14.0.7",
"apollo-datasource-rest": "latest",
"apollo-server": "2.1.0",
"graphql": "^14.1.1",
"sql.js": "0.5.0",
"ts-node": "8.0.3",
"type-graphql": "0.17.0",
"typeorm": "0.2.15",
"typescript": "3.3.4000"
},
"license": "MIT",
"main": "index.ts",
"scripts": {
"start": "nodemon --exec 'ts-node' src/index.ts localhost 4000",
"generate": "gql-gen --config codegen.yml"
},
"keywords": [],
"devDependencies": {
"@types/graphql": "14.0.1",
"graphql-codegen": "0.4.0",
"@graphql-codegen/cli": "^1.0.0",
"@graphql-codegen/typescript": "^1.0.0",
"@graphql-codegen/typescript-operations": "^1.0.0",
"@graphql-codegen/typescript-server": "^1.0.0",
"@graphql-codegen/typescript-resolvers": "^1.0.0",
"nodemon": "1.18.4"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile