Michał Grezel
Michał Grezel
So I was fighting with that thing for some time checking every possibility and the I did ``` npm install -g firebase-tools ``` and surprise surprise it started working 🤷...
Did you add FIREBASE_TOKEN as env variable as it's mentioned in [documentation ](https://firebase.google.com/docs/cli#cli-ci-systems) ?
one probably odd question why ``` cd firebase && firebase emulators:exec --only firestore "cd .. && yarn test" ``` and not ``` "scripts": { ... "test": "firebase emulators:exec --only firestore...
@brennengarland did you changed node version? ``` ! Your requested "node" version "10" doesn't match your global version "12" ``` If yes maybe try to reinstall all packages 🤔
it worked for me when I used exactly the same name as defined in `folders` as mentioned by @patspam ```json { "folders": [ { "name": "✨ root", "path": "." },...