4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

"There was an error deploying functions" firebase

Posted at

問題

Firebase Cloud Functionsにて、
firebase deploy
時に以下のようなエラーが出てdeployができなくなった。

There was an error deploying functions
- Error Failed to update function xxx in region yyy
- Error Failed to update function xxx in region yyy
- Error Failed to update function xxx in region yyy
・・・

解決策

package.json内のモジュールのバージョンが変わっていたため、以下コマンドにてモジュールをアップデートする必要があった
npm install

Happy Developing!

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?