-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
55 lines (46 loc) · 1.3 KB
/
yarn-error.log
File metadata and controls
55 lines (46 loc) · 1.3 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
Arguments:
/Users/shane.barnwell/.nvm/versions/node/v6.11.4/bin/node /Users/shane.barnwell/.yarn/bin/yarn.js
PATH:
/Users/shane.barnwell/.nvm/versions/node/v6.11.4/bin:/Users/shane.barnwell/node_modules/.bin:/Users/shane.barnwell/.yarn/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.1.0
Node version:
6.11.4
Platform:
darwin x64
npm manifest:
{
"name": "server-react",
"version": "1.0.0",
"main": "index.js",
"license": "MIT"
"scripts": {
"start": "node ./dist/server",
"build": "webpack"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"webpack": "^3.8.1",
"webpack-node-externals": "^1.2.0"
},
"dependencies": {
"express": "^4.14.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"styled-components": "^2.2.4"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
SyntaxError: /Users/shane.barnwell/GIT/Personal/server-react/package.json: Unexpected string in JSON at position 92
at Object.parse (native)
at /Users/shane.barnwell/.yarn/lib/cli.js:764:59
at next (native)
at step (/Users/shane.barnwell/.yarn/lib/cli.js:92:30)
at /Users/shane.barnwell/.yarn/lib/cli.js:103:13