nemupm

Results 3 comments of nemupm

@chkuang-g Thanks for your reply! >Currently C++ SDK does not have API to load config from a file like iOS SDK. However, you should still be able to create FirebaseApp...

Do you mean to remove this package's dependencies? Yeah, I added the following rows to package.json and did yarn install as a work-around. ``` "resolutions": { "@angular/core": "^6.0.2", "angular-calendar": "^0.25.2"...

@iSeeJay I did the following steps. 1. remove the packages by the command`rm -rf ./node_modules`. 2. add lines I commented above(sorry I forgot last line). After that, package.json looks like...