Attempting to set up the Spika backend (node application), I ran into an issue while trying to start the server in standalone mode with the command: $ node src/server/main.js
The error that popped up was:
Error: Cannot find module 'socket.io-client/dist/socket.io.min.js'
Node version: v8.10.0 npm version: v3.5.2