Throw err 905 sad

57

How can I fix it?

Hello, can you show us the full error? Part of it is chopped off.

1 Like

image

5 Likes

This is most likely caused by you trying to run a file that does not exist.
The line that starts with
Error: Cannot find module
will tell you the file it failed to find. Either create this file or try using a different file

1 Like
npm i

Try that in a terminal, it should install packages.

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