This repository was archived by the owner on Apr 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
96 lines (88 loc) · 2.49 KB
/
yarn-error.log
File metadata and controls
96 lines (88 loc) · 2.49 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
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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn install
PATH:
/Users/jeremysuarez/.fastlane/bin:/Applications/Genymotion.app/Contents/MacOS/tools/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.12.3
Node version:
8.11.3
Platform:
darwin x64
Trace:
SyntaxError: /Users/jeremysuarez/workspace/jac-internal-dashboard/package.json: Unexpected token / in JSON at position 834
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/cli.js:1631:59
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:304:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:315:13
at <anonymous>
npm manifest:
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "9.0.0",
"private": true,
"engines": {
"node": "^10.0.0"
},
"scripts": {
"start": "node start.js",
"lint": "standard",
"test": "npm run lint && gulp generate-assets && jest",
"heroku-prebuild": "npm i -f",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"acorn": "^6.0.5",
"ansi-colors": "^3.2.3",
"basic-auth": "^2.0.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.11.1",
"client-sessions": "^0.8.0",
"cookie-parser": "^1.4.3",
"cross-spawn": "^6.0.5",
"del": "^3.0.0",
"dotenv": "^6.0.0",
"express": "4.16.3",
"express-session": "^1.13.0",
"express-writer": "0.0.4",
"fancy-log": "^1.3.3",
// "fsevents": "^2.0.7",
"govuk-elements-sass": "^3.1.3",
"govuk-frontend": "^3.0.0",
"govuk_frontend_toolkit": "^7.5.0",
"govuk_template_jinja": "^0.24.1",
"gulp": "^4.0.0",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.0",
"keypather": "^3.0.0",
"marked": "^0.4.0",
"notifications-node-client": "^4.1.0",
"nunjucks": "^3.1.3",
"portscanner": "^2.1.1",
"prompt": "^1.0.0",
"require-dir": "^1.0.0",
"sync-request": "^6.0.0",
"universal-analytics": "^0.4.16",
"uuid": "^3.2.1"
},
"greenkeeper": {
"ignore": [
"nunjucks"
]
},
"devDependencies": {
"glob": "^7.1.4",
"jest": "^24.0.1",
"fsevents": "^2.0.7",
"node-sass": "^4.12.0",
"standard": "^12.0.1",
"supertest": "^3.0.0"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile