nicolai1914
nicolai19145mo ago

nicolai1914 - Hey, I want to love Buildship: ...

Hey, I want to love Buildship: But I have never been able to run a node, that relies on a NPM package:
import {
createClient
} from '@supabase/supabase-js';
import {
createClient
} from '@supabase/supabase-js';
I hope this is trivial to fix?
No description
Solution:
Hi @nicolai1914, the improt statement looks correct, could you please share what error does it gives out? Also did you tried it by generating with AI? Also you can use the Supabase Trigger if you want to Authenticate with your user directly and perform any type of CRUD operations over Supabase table.
Jump to solution
3 Replies
Solution
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @nicolai1914, the improt statement looks correct, could you please share what error does it gives out? Also did you tried it by generating with AI? Also you can use the Supabase Trigger if you want to Authenticate with your user directly and perform any type of CRUD operations over Supabase table.
nicolai1914
nicolai19145mo ago
I found out, it was actually related to the code itself not the node not installing the package, which made me quite happy.
Gaurav Chadha
Gaurav Chadha5mo ago
Cool, feel free to post more if you get blockers, happy to help.