eas build error (Using node to generate images)

hi everyone, i am getting the attached error while getting apk build. how can i fix this error

ResimLink - Resim YĂĽkle

Hi @mehmeterdogan

The “Using node to generate images” is just a warning and you can ignore it. It is not the cause of your problem.

The problem seems to be that it’s looking for a file called “local/assets/notification-sound.wav” which doesn’t exist. So maybe the file in Git is actually called “Notification-Sound.wav” or you have it in .gitignore or the file just does not exist.

Check that all of the sounds specified in the “expo-notifications” plugin config actually exist in the specified location.

thanks. Yes it’s okay. :slight_smile:

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.