Skip to content

Blocking: firebase-tools Complains About Latest Version of firebase-functions #114

@Swivelgames

Description

@Swivelgames

After yesterday's deployment tools that broke engines that didn't satisfy "~0.10.12", I updated all versions of firebase-* related packages (global and local). I'm no longer able to use the tools:

=== Serving from '/Users/****/Projects/node/****'...

i  functions: Preparing to emulate functions.
⚠  functions: Failed to load functions source code. Ensure that you have the latest SDK by running npm i --save firebase-functions inside the functions directory.
⚠  functions: Error from emulator. Error
    at Error.FirebaseError (/****/node_modules/firebase-tools/lib/error.js:11:17)
    at ChildProcess.<anonymous> (/****/node_modules/firebase-tools/lib/parseTriggers.js:24:16)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at process.nextTick (internal/child_process.js:787:12)
    at _combinedTickCallback (internal/process/next_tick.js:73:7)
    at process._tickDomainCallback (internal/process/next_tick.js:128:9)

Versions:

$ node --version
v6.11.4

$ cat package.json | grep firebase
    "firebase-admin": "^5.4.1",
    "firebase-functions": "^0.7.0",

$ firebase --version
3.13.0

$ cat yarn.lock | grep firebase
firebase-admin@^5.4.1:
  resolved "https://registry.yarnpkg.com/firebase-admin/-/firebase-admin-5.4.1.tgz#6a930c5ed3ffceb7772394a50ba60497ec5090f6"
firebase-functions@^0.7.0:
  resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-0.7.0.tgz#a3a7041601c8500d9ab81bcf92f6a391fd87028e"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions