I’m trying to set up a local project of freeCodeCamp and I followed all the steps with no problems, but when try to run pnpm run seed I got this errors:
I fixed it, just to be able to use the seed script I didn’t used the import line for the image, I manually used the const declaration in the file and it worked. Then I just did git restore .
Just if this helps to someone having this same issue.