-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
53 lines (45 loc) · 1.69 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
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\1\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js
PATH:
C:\Python311\Scripts\;C:\Python311\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Users\1\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\JetBrains\WebStorm 2023.1.1\bin;;C:\Users\1\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\1\AppData\Roaming\npm
Yarn version:
1.22.19
Node version:
18.16.0
Platform:
win32 x64
Trace:
SyntaxError: C:\be-sandbox\07 middleware\package.json: Unexpected token / in JSON at position 83
at JSON.parse (<anonymous>)
at C:\Users\1\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:1629:59
at Generator.next (<anonymous>)
at step (C:\Users\1\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:310:30)
at C:\Users\1\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:321:13
npm manifest:
{
"name": "07 middleware",
"version": "1.0.0",
"main": "index.js",
//"homepage": "https://4ebuard.github.io/be-sutra",
"license": "MIT",
"scripts": {
"watch": "tsc -w",
"dev": "nodemon --inspect dist/index.js",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
//"dokku": "^0.1.2",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile