-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
42 lines (34 loc) · 1.14 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
Arguments:
/usr/local/bin/node /usr/local/Cellar/yarn/1.19.2/libexec/bin/yarn.js start
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.19.2
Node version:
12.13.0
Platform:
darwin x64
Trace:
SyntaxError: /Users/leejungstyle/workspace_vs/typescript_blockchain/package.json: Unexpected token # in JSON at position 278
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.19.2/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.19.2/libexec/lib/cli.js:304:30)
at /usr/local/Cellar/yarn/1.19.2/libexec/lib/cli.js:315:13
npm manifest:
{
"name": "typescript_blockchain",
"version": "1.0.0",
"main": "index.js",
"repository": "https://[email protected]/ejung-park/typescript_blockchain.git",
"author": "ejung <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node index.js", #index.js 를 처음 실행
"prestart": "tsc" #index.js 를 실행하기전에 ts 파일의 컴파일이 필요하므로 tsc 를 실행하도록 함
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile