forked from spiral/app-keeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
108 lines (100 loc) · 4.51 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js
PATH:
O:\Projects\app-keeper-docker\node_modules\.bin;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Docker\Docker\Resources\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Users\TubeCat\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files (x86)\Yarn\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\ProgramData\chocolatey\bin;c:\Users\TubeCat\AppData\Local\Android\Sdk\platform-tools ;C:\Users\TubeCat\.windows-build-tools\python27\;c:\Users\TubeCat\AppData\Local\Android\Sdk\platform-tools ;C:\Users\TubeCat\AppData\Local\Microsoft\WindowsApps;C:\Users\TubeCat\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\TubeCat\AppData\Local\Yarn\bin;C:\Users\TubeCat\AppData\Local\Microsoft\WindowsApps;n:\Spark\GnuWin32\bin\;C:\Users\TubeCat\AppData\Local\particle\bin;C:\OpenSSL-Win32\bin
Yarn version:
1.16.0
Node version:
14.4.0
Platform:
win32 x64
Trace:
SyntaxError: O:\Projects\app-keeper-docker\package.json: Unexpected token } in JSON at position 1229
at JSON.parse (<anonymous>)
at C:\Program Files (x86)\Yarn\lib\cli.js:1625:59
at Generator.next (<anonymous>)
at step (C:\Program Files (x86)\Yarn\lib\cli.js:304:30)
at C:\Program Files (x86)\Yarn\lib\cli.js:315:13
npm manifest:
{
"name": "axia",
"version": "1.0.5",
"main": "index.js",
"repository": "[email protected]:internal-projects/mcu-draft.git",
"author": "SpiralScout",
"license": "MIT",
"private": true,
"scripts": {
"prebuild": "rimraf ./public/generated",
"prewatch": "rimraf ./public/generated",
"prebuilddev": "rimraf ./public/generated",
"builddev": "cross-env NODE_ENV=development webpack --config webpack/index.js",
"build": "cross-env NODE_ENV=production webpack --config webpack/index.js",
"start:prod": "yarn build && cross-env NODE_ENV=production node server",
"start": "cross-env NODE_ENV=development node server",
"lint": "eslint \"front/**/**.ts*\"",
"lint:fix": "eslint --fix \"front/**/**.ts*\""
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@fortawesome/fontawesome-free": "^5.11.2",
"@sentry/browser": "^5.20.1",
"@spiral/toolkit": "git+ssh://[email protected]:spiral/toolkit.git#v1.1.55",
"core-js": "^3.6.5",
"deep-diff": "^1.0.2",
"flatpickr": "^4.6.3",
"loglevel": "^1.6.8",
"loglevel-plugin-prefix": "^0.8.4",
"preact": "^10.4.4",
"preact-context": "^1.1.4",
"tslib": "^2.0.0",
},
"devDependencies": {
"sass": "^1.26.5",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"dotenv-webpack": "^1.8.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-preact": "^1.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.1.4",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-safe-parser": "^4.0.2",
"raw-loader": "^4.0.1",
"rimraf": "^3.0.2",
"sass-loader": "^8.0.2",
"schema-to-yup": "^1.10.0",
"source-map-loader": "^1.0.0",
"style-loader": "^1.2.1",
"svg-url-loader": "^5.0.0",
"terser-webpack-plugin": "^3.0.1",
"ts-loader": "^7.0.4",
"typescript": "^3.9.2",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
"optionalDependencies": {
"yup": "^0.29.1"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile