supabase-js: Error: Cannot find module 'tslib'
My package.json is using the latest supabase dep
I run
Anyone else getting this? (Happening both locally and on my google run platform)
I guess I can manually add the tslib dep, but I haven't had to do this previously?
"@supabase/supabase-js": "^2.76.0"I run
npm i, then try to build the script, but it's getting the following error: Anyone else getting this? (Happening both locally and on my google run platform)
I guess I can manually add the tslib dep, but I haven't had to do this previously?