How can I fix it?
Hello, can you show us the full error? Part of it is chopped off.
1 Like
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.