Build fails because it can't resolve an image that is there?

My site won’t deploy. I’m using a mixture of TailWind CSS and regular CSS is that possibl

────────────────────────────────────────────────────────────────
7:36:52 PM: 1. Build command from Netlify app
7:36:52 PM: ────────────────────────────────────────────────────────────────
7:36:52 PM: ​
7:36:52 PM: $ npm run build
7:36:53 PM: > react-portfolio-website@0.1.0 build
7:36:53 PM: > react-scripts build
7:36:55 PM: Creating an optimized production build…
7:36:58 PM: Failed to compile.
7:36:58 PM:
7:36:58 PM: Module not found: Error: Can’t resolve ‘./…/…/images/profileMe.png’ in ‘/opt/build/repo/src/components/About’
7:36:58 PM: ​
7:36:58 PM: ────────────────────────────────────────────────────────────────
7:36:58 PM: “build.command” failed
7:36:58 PM: ────────────────────────────────────────────────────────────────
7:36:58 PM: ​
7:36:58 PM: Error message
7:36:58 PM: Command failed with exit code 1: npm run build (Search results for '"non-zero exit code: 1"' - Netlify Support Forums)
7:36:58 PM: ​
7:36:58 PM: Error location
7:36:58 PM: In Build command from Netlify app:
7:36:58 PM: npm run build
7:36:58 PM: ​
7:36:58 PM: Resolved config
7:36:58 PM: build:
7:36:58 PM: command: npm run build
7:36:58 PM: commandOrigin: ui
7:36:58 PM: publish: /opt/build/repo/build
7:36:58 PM: publishOrigin: ui

Hiya, sorry you are having trouble with your build.

This Support Guide contains a ton of useful debugging tips that can likely help you solve your problem :slight_smile: Additionally, this Support Guide houses all of our resources for debugging build and deploy issues.

We also recommend trying to search the forums with the build error you encountered - it’s likely your question was already asked by someone else!

If you are still having problems, please provide as much information as you can on what you have already tried, what your build settings are, a link to your site, your package.json, etc. Thanks!