(node:16160) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
debug: Warning: both `sails.config.sockets.onlyAllowOrigins` and `sails.config.sockets.beforeConnect`
debug: are set.  Ignoring the `onlyAllowOrigins` setting...
debug: 
 info: [Cron Hook] Initialisation du hook cron...
 info: Initializing `apianalytics` hook...  (requests to monitored routes will be logged!)
 info: ·• Auto-migrating...  (alter)
 info:    Hold tight, this could take a moment.
 info:  ✓ Auto-migration complete.

 info: [Cron Hook] ORM prêt, lancement initial puis planification des tâches cron...
 info: [Cron Hook] Début de l'annulation automatique des commandes...
POINTAGE
 warn: ---------------------------------------------------------------------------
 warn: Files in the `controllers` directory may be traditional controllers or 
action files.  Traditional controllers are dictionaries of actions, with 
pascal-cased filenames ending in "Controller" (e.g. MyGreatController.js).
Action files are kebab-cased (e.g. do-stuff.js) and contain a single action.
The following file was ignored for not meeting those criteria:
 warn: - cmd-client/add-cmdOld.js
 warn: ----------------------------------------------------------------------------

 warn: Action middleware (POLICY: true (alwaysAllow)) was bound to a target `abonnement/create` that doesn't match any registered actions.
 warn: Action middleware (POLICY: true (alwaysAllow)) was bound to a target `recettes/logi-verify-depense` that doesn't match any registered actions.
 warn: Action middleware (POLICY: true (alwaysAllow)) was bound to a target `socket/createdemande` that doesn't match any registered actions.

 info: [Cron Hook] Aucune commande EN COURS trouvée
 info: [Cron Hook] Tâche d'annulation des commandes planifiée (toutes les heures)

error: Server failed to start.
error: (received error: EADDRINUSE)
error: 
error: Troubleshooting tips:
error: 
error:  -> Is something else already running on port 1337 ?
error: 
error:  -> Are you deploying on a platform that requires an explicit hostname, like OpenShift?
error:     (Try setting the `explicitHost` config to the hostname where the server will be accessible.)
error:     (e.g. `mydomain.com` or `183.24.244.42`)

