diff --git a/README.md b/README.md index 882a427..a47d631 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,9 @@ Frontend: 7. Run the frontend and backend using the steps above, then you can now use the visualizer. This is the **temporary work-around** until we merge the visualizer into main/dev. Apologies for the inconvenience. + +### Troubleshooting +1. Module not found: Can't resolve '@vercel/turbopack-next/internal/font/google/font' +![alt text](./public/problem_1.png) +* remove "--turbopack" in package.json and restart frontend +* if the issue still cannot be resolved, you can refer to [this link](https://github.com/vercel/next.js/discussions/61886) \ No newline at end of file diff --git a/public/problem_1.png b/public/problem_1.png new file mode 100644 index 0000000..687c7d7 Binary files /dev/null and b/public/problem_1.png differ