You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the branch "feat/fake-data", file:"prisma/seed.ts"
it take too many effert to run prisma seed for a fresh frontend developer.
There are several problems when run seed:
1 no error output when seed throw
2 the sql uniqe thing error; i write a
method to fix handleUniqProp(prefix: string, propName: string, factory: () => any) ;
3 the tag name uniqe thing error; i can't figureout what the ruler how tag name keep unique. so comment it
and there's another problem not friendly to fresh front coders:
it's a so many years project. if at the readme.md file give some guide about how to ran this project that will be wondeful. guide like run branch "feat/fake-data" with node version v16; run branch main with node version v14(the first time i run this with node@v18, no error out put , sql connected peaseful, but response error when call the api, and no match message through search engine 😱 )
at the branch "feat/fake-data", file:"prisma/seed.ts"
it take too many effert to run prisma seed for a fresh frontend developer.
There are several problems when run seed:
method to fix
handleUniqProp(prefix: string, propName: string, factory: () => any)
;and there's another problem not friendly to fresh front coders:
seed copy.txt
The text was updated successfully, but these errors were encountered: