-
Notifications
You must be signed in to change notification settings - Fork 131
What's the reason of this error? (MacOS11.1) #286
Comments
When I run a project by typing 'npm run build' or 'npm run dev', the console printed this error above |
@suruirui I'm not sure the reason for this error, but I encounter it often lately. Here's a thread talking about it: #104 . Maybe one of the solutions there helps out? For the sake of completeness, here's my details:
Issue seems to come from processing png files exclusively. I've done
And, at the end of the list of errors for every
I'm not sure WHAT triggers this, but I suspect is whenever my package.json changes even if it doesn't really involve image-webpack-loader, things start to fail. The only solution that works for me is to constantly run:
until it starts working again. Sometimes it takes one shot. Sometimes it takes multiple. It's annoyingly slow, and Not sure what's going on, but I hope the above information helps someone. |
The text was updated successfully, but these errors were encountered: