強引なソリューション

Ken published on
1 min, 164 words

Categories: Programming

ライブラリのバージョンを上げたらこんなエラーが出るようになった。

build dev failed: Cannot read property 'indexOf' of undefined

検索してみるとこんな発言が…。

[-]Build dev failed: Cannot read property 'indexOf' of undefined - ionic 2 - Ionic
https://forum.ionicframework.com/t/build-dev-failed-cannot-read-property-indexof-of-undefined/71506/17

Solution:
In node_module / angularfire2 / node_module / => delete the firebase folder.
WORKED FOR ME

firebaseフォルダを消すって強引だな!!
いや、確かにエラーでなくて、動くようにはなったけどさ…。

npm周りではangularfire2firebaseのバージョンの互換性に関する問題を見かけることが多い気がする。