Cannot Use Node 8 For Firebase Functions
I want to use Node 8 for Firebase Functions. I have added the 'engines': { 'node': '8' } line to my package.json. This is how it looks like: { 'name': 'functions', 'descriptio
Solution 1:
There is a hidden .eslintrc.json file under functions/. You need to update the ecmaVersion field too.
Post a Comment for "Cannot Use Node 8 For Firebase Functions"