TypeError: Cannot read property 'wanted' of undefined:

前端 未结 5 2407
面向向阳花
面向向阳花 2021-02-12 09:22

I have been deploying functions with firebase successfully all day learning how to use it. I was trying to see what happened if I initialized another directory that deploys to t

5条回答
  •  心在旅途
    2021-02-12 10:01

    Had the exact same problem, started right after updating npm from 6.9.2 to 6.10.0.

    Ended up downgrading back to 6.9.2 (npm install -g npm@6.9.2), and my firebase deploys started working again, right away.

    Edit : firebase deploys are working with npm 6.10.1, safe to update now!

提交回复
热议问题