Всем привет, пытаюсь запустить Node.Js на хостинг, но ничего не выходит. Я поставил дополнительные модули:
var io = require('socket.io')();
var http = require('http');
var mysql = require('mysql');
Сейчас пишет: Web application could not be started
An error occurred while starting the web application. It exited before signalling successful startup back to Phusion Passenger. Please read this article for more information about this problem.
Raw process output:
(node:10059) [DEP0016] DeprecationWarning: 'GLOBAL' is deprecated, use 'global'
module.js:487
throw err;
^
Error: Cannot find module 'socket.io'
socket.io лежит в папке /node_modules вроде должен работать
Но не работает(