DEV Community

Discussion on: Beginner's Guide for Creating a Serverless REST API using NodeJS over Google Cloud Functions

Collapse
 
thibaultwalterspieler profile image
Thibault Walterspieler

Hi,
First, thanks for this tutorial. I tried many things but I still get many "WebGL2RenderingContext" errors (x4) when deploying Firebase (firebase deploy).
thepracticaldev.s3.amazonaws.com/i...
I had followed at the letter your tutorial, but I'm still blocked.
Do you have any clue ?

Thank you again

Collapse
 
levivm profile image
Levi Velázquez • Edited

It seems to be something about your typescript, try to re-install it.

Collapse
 
thibaultwalterspieler profile image
Thibault Walterspieler

I finally success to manage this error by setting skipLibCheck: true in my tsconfig.json.
typescriptlang.org/docs/handbook/c...
Thank you anyway ;)