-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
65 lines (57 loc) · 1.67 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
Arguments:
/usr/local/bin/node /usr/local/Cellar/yarn/1.19.1/libexec/bin/yarn.js
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public
Yarn version:
1.19.1
Node version:
12.18.3
Platform:
darwin x64
Trace:
SyntaxError: /Users/zhangyin/Desktop/webpack-tpl/package.json: Unexpected token } in JSON at position 835
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:304:30)
at /usr/local/Cellar/yarn/1.19.1/libexec/lib/cli.js:315:13
npm manifest:
{
"name": "webpack-tpl",
"version": "1.0.0",
"description": "webpack配置的各种环境react、vue、ssr等",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mytheart/webpack-tpl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mytheart/webpack-tpl/issues"
},
"homepage": "https://github.com/mytheart/webpack-tpl#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
},
"dependencies": {
"lodash": "^4.17.20"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile