supabase-js: Error: Cannot find module 'tslib'
My package.json is using the latest supabase dep
"@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?4 Replies
If you go back to 2.75.1 does it work?
2.76.0 was released an hour ago.
I can't test my JS setup as not even on the CDN yet.
rolling back to 2.75.1 works fine 👍
If you want to report an error here is the spot... https://github.com/supabase/supabase-js/issues
No reports there yet.
created 👍