trycode icon indicating copy to clipboard operation
trycode copied to clipboard

unexpected token

Open suprix opened this issue 8 years ago • 1 comments

I am not sure if i did correct in config.js: (just a question if its correct) host : options.DEV ? 'localhost' : 'localhost', user : options.DEV ? 'root' : 'root', password : options.DEV ? '' : '', database : options.DEV ? 'trycode' : 'trycode',

And Im getting this error aswell: image

suprix avatar Sep 10 '17 20:09 suprix

you're trying to run from the source directory (src/) you need to use the dist/ one

make sure to run npm run build to create the dist/ directory

addyh avatar Nov 12 '17 23:11 addyh