Skip to content

Commit 5a28b05

Browse files
committed
fix(deps): fix issue where new typescript version was causing errors in the build
Something breaks in version 2.4.1 of typescript. We are pinning to 2.3.0 till those things can be triaged and fixed
1 parent 9cb6392 commit 5a28b05

File tree

1 file changed

+147
-0
lines changed

1 file changed

+147
-0
lines changed

yarn-error.log

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
Arguments:
2+
/Users/jshcrowthe/.nvm/versions/node/v6.11.0/bin/node /Users/jshcrowthe/.nvm/versions/node/v6.11.0/bin/yarn
3+
4+
PATH:
5+
/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/Users/jshcrowthe/google-cloud-sdk/bin:/Users/jshcrowthe/.nvm/versions/node/v6.11.0/bin:/Users/jshcrowthe/.bin:/Users/jshcrowthe/.yarn-config/global/node_modules/.bin
6+
7+
Yarn version:
8+
0.27.5
9+
10+
Node version:
11+
6.11.0
12+
13+
Platform:
14+
darwin x64
15+
16+
npm manifest:
17+
{
18+
"name": "firebase",
19+
"version": "4.1.4",
20+
"description": "Firebase JavaScript library for web and Node.js",
21+
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
22+
"license": "Apache-2.0",
23+
"homepage": "https://firebase.google.com/",
24+
"keywords": [
25+
"authentication",
26+
"database",
27+
"Firebase",
28+
"firebase",
29+
"realtime",
30+
"storage"
31+
],
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/firebase/firebase-js-sdk.git"
35+
},
36+
"scripts": {
37+
"build": "gulp build",
38+
"build:package": "gulp build && cd dist/package && npm install --production && npm shrinkwrap && npm pack && shx mv *.tgz ../",
39+
"test": "gulp build && gulp build:tests && gulp test && gulp test:integration",
40+
"dev": "gulp dev",
41+
"commitmsg": "validate-commit-msg",
42+
"precommit": "lint-staged"
43+
},
44+
"main": "index.js",
45+
"devDependencies": {
46+
"@types/chai": "^3.4.35",
47+
"@types/mocha": "^2.2.39",
48+
"@types/node": "^7.0.8",
49+
"@types/sinon": "^1.16.35",
50+
"awesome-typescript-loader": "^3.2.1",
51+
"babel-cli": "^6.23.0",
52+
"babel-core": "^6.24.0",
53+
"babel-plugin-add-module-exports": "^0.2.1",
54+
"babel-plugin-inline-replace-variables": "^1.2.2",
55+
"babel-plugin-minify-dead-code-elimination": "^0.1.4",
56+
"babel-preset-env": "^1.2.1",
57+
"chai": "^3.5.0",
58+
"child-process-promise": "^2.2.1",
59+
"cross-env": "^5.0.1",
60+
"cz-customizable": "^5.0.0",
61+
"filesize": "^3.5.6",
62+
"git-rev-sync": "^1.9.0",
63+
"google-closure-compiler-js": "^20170218.0.0",
64+
"gulp": "gulpjs/gulp#4.0",
65+
"gulp-babel": "^6.1.2",
66+
"gulp-browserify": "^0.5.1",
67+
"gulp-clone": "^1.0.0",
68+
"gulp-concat": "^2.6.1",
69+
"gulp-env": "^0.4.0",
70+
"gulp-file": "^0.3.0",
71+
"gulp-header": "^1.8.8",
72+
"gulp-if": "^2.0.2",
73+
"gulp-istanbul": "^1.1.1",
74+
"gulp-mocha": "^4.1.0",
75+
"gulp-rename": "^1.2.2",
76+
"gulp-replace": "^0.5.4",
77+
"gulp-sourcemaps": "^2.4.1",
78+
"gulp-strip-comments": "^2.4.5",
79+
"gulp-typescript": "^3.1.6",
80+
"gzip-size": "^3.0.0",
81+
"husky": "^0.13.3",
82+
"jsdom": "^9.12.0",
83+
"karma": "^1.7.0",
84+
"karma-chrome-launcher": "^2.0.0",
85+
"karma-firefox-launcher": "^1.0.1",
86+
"karma-mocha": "^1.3.0",
87+
"karma-spec-reporter": "^0.0.30",
88+
"karma-typescript": "^3.0.4",
89+
"lint-staged": "^4.0.0",
90+
"merge2": "^1.0.3",
91+
"mkdirp": "^0.5.1",
92+
"prettier": "^1.5.1",
93+
"require-dir": "^0.3.1",
94+
"rimraf": "^2.6.1",
95+
"shx": "^0.2.2",
96+
"sinon": "^2.1.0",
97+
"through2": "^2.0.3",
98+
<<<<<<< HEAD
99+
"ts-node": "^3.3.0",
100+
"typescript": "^2.4.2",
101+
=======
102+
"ts-loader": "^2.1.0",
103+
"ts-node": "2.1.1",
104+
"typescript": "2.3.0",
105+
>>>>>>> fix(deps): fix issue where new typescript version was causing errors in the build
106+
"validate-commit-msg": "^2.12.1",
107+
"vinyl-named": "^1.1.0",
108+
"webpack": "^3.0.0",
109+
"webpack-stream": "^3.2.0",
110+
"wrapper-webpack-plugin": "^0.1.11"
111+
},
112+
"dependencies": {
113+
"dom-storage": "^2.0.2",
114+
"faye-websocket": "0.9.3",
115+
"jsonwebtoken": "^7.3.0",
116+
"promise-polyfill": "^6.0.2",
117+
"xmlhttprequest": "^1.8.0"
118+
},
119+
"config": {
120+
"commitizen": {
121+
"path": "./node_modules/cz-customizable"
122+
},
123+
"cz-customizable": {
124+
"config": "./.cz-config.js"
125+
}
126+
},
127+
"lint-staged": {
128+
"**/*.ts": [
129+
"prettier --write {src,tests}/**/*.ts",
130+
"git add"
131+
]
132+
}
133+
}
134+
135+
yarn manifest:
136+
No manifest
137+
138+
Lockfile:
139+
No lockfile
140+
141+
Trace:
142+
SyntaxError: /Users/jshcrowthe/Repos/firebase-js-sdk/package.json: Unexpected token < in JSON at position 2526
143+
at Object.parse (native)
144+
at /Users/jshcrowthe/.nvm/versions/node/v6.11.0/lib/node_modules/yarn/lib/util/fs.js:554:57
145+
at next (native)
146+
at step (/Users/jshcrowthe/.nvm/versions/node/v6.11.0/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
147+
at /Users/jshcrowthe/.nvm/versions/node/v6.11.0/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13

0 commit comments

Comments
 (0)