forked from janzheng/phagedirectory-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
127 lines (119 loc) · 5.17 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
117
118
119
120
121
122
123
124
125
126
127
Arguments:
/Users/janzheng/.nvm/versions/node/v8.10.0/bin/node /usr/local/Cellar/yarn/1.17.3/libexec/bin/yarn.js install
PATH:
/Users/janzheng/miniconda3/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/Users/janzheng/.rbenv/shims:/Users/janzheng/.nvm/versions/node/v8.10.0/bin:/Users/janzheng/miniconda3/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/Users/janzheng/Applications/ImageMagick-6.9.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.17.3
Node version:
8.10.0
Platform:
darwin x64
Trace:
SyntaxError: /Users/janzheng/Desktop/projects/phagedir/phdir_v3/package.json: Unexpected token } in JSON at position 3273
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.17.3/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.17.3/libexec/lib/cli.js:304:30)
at /usr/local/Cellar/yarn/1.17.3/libexec/lib/cli.js:315:13
at <anonymous>
npm manifest:
{
"name": "PhageDirectory3",
"version": "3.0.0",
"description": "Phage Directory main site",
"author": "janzheng <[email protected]>",
"private": true,
"engines": {
"node": "8.10.0"
},
"scripts": {
"compat-nvm": "nvm use 8.10.0",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .eslintignore .",
"precommit": "npm run lint",
"commit": "npm run precommit; git add . -A ; git commit ; git push origin master ",
"dirty": "git add . -A ; git commit ; git push origin master ",
"local": "PD_ENV=prod MODE=universal npm run build; npm run start",
"dev": "concurrently \"npm:dev-api\" \"npm:dev-nuxt\"",
"dev-api": "PD_ENV=dev now dev --port 2929 --local-config=now-dev.json",
"dev-nuxt": "PD_ENV=stage API_URL=http://localhost:2929 nuxt",
"dev-nuxt-old": "MODE=spa PD_ENV=stage API_URL=http://localhost:2929 nuxt",
"dev-prod": "PD_ENV=prod MODE=spa nuxt",
"build": "nuxt build",
"analyze": "nuxt build --a",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy-surge": "cd dist; surge . -d phage.directory; say 'prod ready'",
"deploy-surge-stage": "cd dist; surge . -d phagedirectory.surge.sh; say 'stage ready'",
"stage-surge": "MODE=spa PD_ENV=stage npm run generate --spa; npm run deploy-surge-stage",
"stage-surge-gen": "PD_ENV=stage npm run generate; npm run deploy-surge-stage",
"stage-now": "now --env PD_ENV=stage --target staging --local-config=now-staging.json; say 'now ready'",
"stage-now-spa": "now --env PD_ENV=stage --target staging --local-config=now-spa-staging.json; say 'now ready'",
"stage-both": "yarn stage-now; yarn stage-surge",
"prod-surge": "PD_ENV=prod npm run generate; npm run deploy-surge",
"prod-surge-spa": "PD_ENV=prod MODE=spa npm run generate --spa; npm run deploy-surge",
"prod-now": "now --env PD_ENV=prod --target production; say 'now ready'",
"prod-now-spa": "now --env PD_ENV=prod --target production --local-config=now-spa.json; say 'now ready' ",
"prod-both": "yarn prod-now; yarn prod-surge-spa",
"now-dev": "MODE=universal nuxt"
},
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/google-tag-manager": "^2.2.0",
"@nuxtjs/manifest": "^3.0.0-beta.14",
"@nuxtjs/markdownit": "^1.2.4",
"async-limiter": "^1.0.1",
"axios": "^0.18.0",
"babel-runtime": "^6.26.0",
"coeur": "^0.2.28",
"core-js": "2",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"cytosis": "^0.0.337",
"dayjs": "^1.8.13",
"markdown-it": "^8.4.2",
"markdown-it-attrs": "^2.3.3",
"markdown-it-deflist": "^2.0.3",
"markdown-it-footnote": "^3.0.1",
"markdown-it-mark": "^2.0.0",
"markdown-it-sup": "^1.0.0",
"node-sass": "^4.12.0",
"nuxt": "2.8.1",
"nuxt-leaflet": "^0.0.18",
"oibackoff": "^1.0.1",
"sass-loader": "^7.0.3",
"slugify": "^1.3.4",
"vue": "^2.6.10",
"vue-scrollto": "^2.15.0",
"vue-segment-analytics": "^0.3.1",
"vue2-scrollspy": "^2.3.1",
"vuelidate": "^0.7.4",
"vuex-cache": "^3.1.0",
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/plugin-transform-typeof-symbol": "^7.0.0",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.4",
"babel-runtime": "^6.26.0",
"concurrently": "^4.1.2",
"dotenv": "^8.1.0",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"nodemon": "^1.18.11",
"webpack-stats-plugin": "^0.2.1",
"webpack-bundle-analyzer": "^3.3.2"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile