Node Error : Promise.all is not a function
Are you getting the message?
Promise.all is not a function
At first I was thinking is my node version out of date?
But the answer is actually that your Promise.all function inst receiving an array.
Are you getting the message?
Promise.all is not a function
At first I was thinking is my node version out of date?
But the answer is actually that your Promise.all function inst receiving an array.