Skip to content

Instantly share code, notes, and snippets.

node —debug ./node_modules/actionHero/bin/actionHero start
node —debug ./node_modules/.bin/actionHero start
@zkochan
zkochan / gist:3de6ec2e1b00dd95a43b
Created January 6, 2015 09:13
Node-inspector exception when running it against ActionHero on Windows
debugger listening on port 5858
C:\node-dev\actionHero-tutorial\node_modules\.bin\actionHero:2
basedir=`dirname “$0"`
^
SyntaxError: Unexpected token ILLEGAL
exports.knex = require('knex')({
client: 'mysql',
connection: {
host : '127.0.0.1',
user : 'your_database_user',
password : 'your_database_password',
database : 'myapp_test',
charset : 'utf8'
}
});