-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
116 lines (108 loc) · 3.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
109
110
111
112
113
114
115
116
Arguments:
/usr/bin/node /bin/yarn
PATH:
/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/toni/Android/Sdk/tools:/home/toni/Android/Sdk/platform-tools:/home/toni/.gem/ruby/2.5.0/bin
Yarn version:
1.7.0
Node version:
8.11.2
Platform:
linux x64
Trace:
SyntaxError: /home/toni/projects/base-camp/wordpress/wp-content/themes/base-camp/package.json: Unexpected token < in JSON at position 25
at JSON.parse (<anonymous>)
at /usr/lib/node_modules/yarn/lib/cli.js:1130:59
at Generator.next (<anonymous>)
at step (/usr/lib/node_modules/yarn/lib/cli.js:98:30)
at /usr/lib/node_modules/yarn/lib/cli.js:109:13
at <anonymous>
npm manifest:
{
"name": "base-camp",
<<<<<<< HEAD
"version": "1.6.0",
=======
"version": "1.7.0",
>>>>>>> develop
"description": "Awesome WordPress starter theme with own CLI for developers based on modern web technologies.",
"main": "index.js",
"scripts": {
"dev": "cross-env webpack --config build/webpack.config.js --progress --hide-modules --mode development",
"watch": "npm run dev -- --watch",
"prod": "cross-env NODE_ENV=production webpack --config build/webpack.config.js --progress --hide-modules --mode production"
},
"keywords": [],
"author": "Toni Suomalainen",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
<<<<<<< HEAD
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.0.0",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-vue": "^4.5.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1",
"font-awesome": "^4.7.0",
"image-webpack-loader": "^4.0.0",
"node-sass": "^4.5.3",
"prettier-eslint": "^8.2.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"url-loader": "^0.6.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.4.1",
"webpack-manifest-plugin": "^1.2.1"
},
"dependencies": {
"bulma": "^0.6.1",
"jquery": "^3.2.1",
"vue": "^2.5.9"
=======
"browser-sync": "^2.24.5",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^5.0.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1",
"font-awesome": "^4.7.0",
"image-webpack-loader": "^4.3.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"prettier-eslint": "^8.2.2",
"purgecss-webpack-plugin": "^1.2.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-manifest-plugin": "^2.0.3"
},
"dependencies": {
"bulma": "0.6.2",
"jquery": "^3.3.1",
"vue": "^2.5.16"
>>>>>>> develop
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile