我正在尝试为Lastweek =
CALCULATE([Total returning customers],
orders[Weeknumber] = WEEKNUM(TODAY(),2) -1)
应用程序运行yarn run firebase deploy
,但是出现此错误,我不确定为什么。
我已经尝试过
React
我尝试添加
npm install -g firebase-tools
添加到我的export PATH=[result from npm get prefix]/bin/:$PATH
中,并且我尝试添加
.bash_profile
到我的alias firebase="`npm config get prefix`/bin/firebase"
。
我还能做什么?