-
Notifications
You must be signed in to change notification settings - Fork 10
/
yarn-error.log
123 lines (104 loc) · 4.08 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
Arguments:
/usr/local/bin/node /usr/local/Cellar/yarn/1.6.0/libexec/bin/yarn.js
PATH:
/Library/PostgreSQL/9.6/bin:/Users/Franklin/.dnx/runtimes/dnx-mono.1.0.0-rc1-update2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/MAMP/Library/bin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/git/bin:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Library/PostgreSQL/9.6/bin:/Users/Franklin/.dnx/bin
Yarn version:
1.6.0
Node version:
8.8.1
Platform:
darwin x64
Trace:
SyntaxError: /Users/Franklin/git/franklintarter/gatsby-plugin-test/plugins/gatsby-source-google-places/package.json: Unexpected token } in JSON at position 760
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.6.0/libexec/lib/cli.js:1130:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.6.0/libexec/lib/cli.js:98:30)
at /usr/local/Cellar/yarn/1.6.0/libexec/lib/cli.js:109:13
at <anonymous>
npm manifest:
{
"name": "gatsby-source-google-places",
"description": "Gatsby source plugin for the Google places API",
"author": "Franklin Tarter <[email protected]>",
"bugs": {
"url": "https://github.com/franklintarter/gatsby-source-google-places/issues"
},
"main": "index.js",
"version": "0.0.1",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-plugin-source",
"google-places",
"google-places-api"
],
"homepage": "https://github.com/franklintarter/gatsby-source-google-places",
"dependencies": {
"axios": "^0.19.0",
"gatsby-node-helpers": "^0.3.0",
"querystring": "^0.2.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
},
"peerDependencies": {
"gatsby": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/franklintarter/gatsby-source-google-places.git"
},
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
axios@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
dependencies:
follow-redirects "1.5.10"
is-buffer "^2.0.2"
debug@=3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
ms "2.0.0"
version "1.5.10"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
dependencies:
debug "=3.1.0"
gatsby-node-helpers@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/gatsby-node-helpers/-/gatsby-node-helpers-0.3.0.tgz#3bdca3b7902a702a5834fef280ad66d51099d57c"
dependencies:
json-stringify-safe "^5.0.1"
lodash "^4.17.4"
p-is-promise "^1.1.0"
is-buffer@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
json-stringify-safe@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
lodash@^4.17.4:
version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
p-is-promise@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e"
querystring@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"