[SOLVED] ERROR Setting Up the Backend (Advanced Concepts Course- Networking Section)

Thanks to this user’s input on similar thread: Error backend zip - #3 by btlemso

The fix to this error is the following:

  1. Open the package.json file
  2. Under "dependencies" delete the line containing the "sharp" module.
  3. Run the command npm install sharp in your command prompt or terminal.
  4. The sharp module should automatically appear with the updated version.
  5. Re-run the node index.js command to start the server (Make sure you have YOUR IP address.)
  6. Check the port in a local host to make sure it’s running.

This solved the issue for me!

3 Likes