-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathyarn-error.log
58 lines (50 loc) · 1.49 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:
/usr/local/bin/node /usr/local/bin/yarn
PATH:
/home/lucas/.local/share/umake/bin:/home/lucas/bin:/home/lucas/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
Yarn version:
1.3.2
Node version:
8.1.4
Platform:
linux x64
npm manifest:
{
"name": "type-dynamo",
// "version": "1.0.0",
"description": "",
"bin": {
"type-dynamo": "dist/cli.js"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "npm run build && node dist/cli.js"
},
"author": "lucasmafra",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.145.0",
"commander": "^2.11.0",
"reflect-metadata": "^0.1.10"
},
"devDependencies": {
"@types/node": "^8.0.47",
"typescript": "^2.6.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
SyntaxError: /home/lucas/type-dynamo/package.json: Unexpected token / in JSON at position 27
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/cli.js:770:59
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:92:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:103:13
at <anonymous>