Parcel ENOENT error no such file in directory

I’m trying to follow lecture 42- building for production but I can’t seem to get parcel working. This is the error I get:

/Users/username/Desktop/Desktop/CS Projects/Web Dev projects/Website Project/Code & Assets/images/testimonial.jpg: ENOENT: no such file or directory, open '/Users/username/Desktop/Desktop/CS Projects/Web Dev projects/Website Project/Code & Assets/images/testimonial.jpg'

It is odd because the testimonial.jpg image does exist in the images folder of this directory.

Any help would be appreciated, thanks in advance!

try deleting the .cache and dist folders and re-run the build command