Please I keep getting file and directory not found for sprite.svg file, even when i use the --no-minify code. I drag and drop the sprite.svg folder again, it builds but it throws another error. Please help

Scenario 1: when I just use npm run dev --no-minify, i get this error.
Server running at http://localhost:1234
:rotating_light: /Users/lilianude/Desktop/css/images/sprite.svg: ENOENT: no such file or directory, open ‘/Users/lilianude/Desktop/css/images/sprite.svg’
Error: ENOENT: no such file or directory, open ‘/Users/lilianude/Desktop/css/images/sprite.svg’

Scenario 2: After I drag and replace this sprite.svg folder is get this:
Server running at http://localhost:1234
:sparkles: Built in 6ms.Assertion failed: (0), function uv_close, file …/deps/uv/src/unix/core.c, line 178.

I have checkd that the folder location is correct, but I cannot seem to fix this, the page loads but without the styles, Just white background with the words typed out, Please i need help.