We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run serve:dev
Node version:
v12.18.2
package.json
"dependencies": { "cors": "2.8.4", "firebase-admin": "^9.1.0", "firebase-functions": "^3.9.1" }, "devDependencies": { "tslint": "5.11.0", "typescript": "3.0.3", "concurrently": "4.0.1", "@types/cors": "2.8.4", "@types/chai": "4.1.4", "@types/mocha": "5.2.5", "@types/sinon": "5.0.2", "@types/sinon-chai": "3.2.0", "chai": "4.1.2", "mocha": "5.2.0", "ts-node": "7.0.1", "sinon": "6.1.5", "sinon-chai": "3.2.0", "rollup": "0.65.0", "rollup-plugin-node-resolve": "3.3.0", "rimraf": "2.6.2" },
18:31:47 - File change detected. Starting incremental compilation... [0] [0] node_modules/firebase-functions/lib/function-configuration.d.ts(4,64): error TS1005: ']' expected. [0] node_modules/firebase-functions/lib/function-configuration.d.ts(4,66): error TS1134: Variable declaration expected. [0] node_modules/firebase-functions/lib/function-configuration.d.ts(4,366): error TS1005: ';' expected. [0] node_modules/firebase-functions/lib/function-configuration.d.ts(16,61): error TS1005: ']' expected. [0] node_modules/firebase-functions/lib/function-configuration.d.ts(16,63): error TS1134: Variable declaration expected. [0] node_modules/firebase-functions/lib/function-configuration.d.ts(16,93): error TS1005: ';' expected. [0] [0] 18:31:47 - Found 6 errors. Watching for file changes.
I get this error on npm run serve:dev, any idea why this is happening?
The text was updated successfully, but these errors were encountered:
Never seen this error. Something like this issue can be found here: try updating the TypeScript version.
Sorry, something went wrong.
No branches or pull requests
Node version:
package.json
I get this error on
npm run serve:dev
, any idea why this is happening?The text was updated successfully, but these errors were encountered: