我正在尝试通过CircleCI部署到Firebase,但我不断从Circle收到以下错误:
tslint: not found
Circle CI配置文件为here。
firebase配置文件为here。
答案 0 :(得分:0)
您要部署功能吗?
如果是这样,请注意,您正在将所有内容都安装到根文件夹中,而不是functions
文件夹中。
我一次在同一个问题上花了6个小时... ^^
看看this向下滚动到Create the cloud build configuration file
,请注意目录是functions
而不是根目录。
在圈子文件上更改dir
配置应该可以解决问题