Module parse failed: Unexpected token with Prisma package #3886
|
I'm trying to make my database, Prisma, as an internal package in my own project. I tried following this example: https://github.com/vercel/turbo/tree/main/examples/with-prisma/ However, when running the web app on dev I'm getting the following error: |
Answered by
stephenasuncionDEV
Feb 22, 2023
Replies: 2 comments 1 reply
|
Are you using https://github.com/vercel/turbo/blob/main/examples/basic/apps/docs/next.config.js#L1 |
1 reply
|
Weirdly enough, it started working now. Maybe I just needed to restart vscode and my computer. |
0 replies
Answer selected by
stephenasuncionDEV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Weirdly enough, it started working now. Maybe I just needed to restart vscode and my computer.