-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
59 lines (48 loc) · 1.71 KB
/
yarn-error.log
File metadata and controls
59 lines (48 loc) · 1.71 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
Arguments:
/opt/homebrew/Cellar/node/16.3.0/bin/node /opt/homebrew/bin/yarn add -D ts-node
PATH:
/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/opt/homebrew/sbin
Yarn version:
1.22.19
Node version:
16.3.0
Platform:
darwin arm64
Trace:
SyntaxError: /Users/chrisjramirez/RedditServer/package.json: Unexpected string in JSON at position 139
at JSON.parse (<anonymous>)
at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:1629:59
at Generator.next (<anonymous>)
at step (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:310:30)
at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:321:13
npm manifest:
{
"name": "redditserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.6.4",
"typescript": "^4.7.4"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/node@^18.6.4":
version "18.6.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.4.tgz#fd26723a8a3f8f46729812a7f9b4fc2d1608ed39"
integrity sha512-I4BD3L+6AWiUobfxZ49DlU43gtI+FTHSv9pE2Zekg6KjMpre4ByusaljW3vYSLJrvQ1ck1hUaeVu8HVlY3vzHg==
typescript@^4.7.4:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==