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
watching the video i followed instructions to get prisma working on exercise 2
however for each new exercise prisma is not working for me, so i need to carry out the steps from ex 02 each time.
this should probably be mentioned somewhere or added to the dev script
for me it works if i
run in /exercise/0x-folder npx prisma migrate dev npx prisma db seed
and restart node dev x
👍
The text was updated successfully, but these errors were encountered:
watching the video i followed instructions to get prisma working on exercise 2
however for each new exercise prisma is not working for me, so i need to carry out the steps from ex 02 each time.
this should probably be mentioned somewhere or added to the dev script
for me it works if i
run in
/exercise/0x-folder
npx prisma migrate dev
npx prisma db seed
and restart
node dev x
👍
The text was updated successfully, but these errors were encountered: