krakenjs/beaver-logger

SyntaxError: missing ) after argument list

Shift1N opened this issue · 3 comments

I have been trying to get the demo set up for beaver-logger and I keep running into this error during the webpack step:

basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list

I have tried editing the package.json with no avail, this is currently what it is:

"webpack": "babel-node --config-file ./node_modules/grumbler-scripts/config/.babelrc-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --display-optimization-bailout --progress",

Any help or guidance would be much appreciated.

@Shift1N I just ran through the setup defined in the README under the /demo and everything looks to be working ok. I would recommend running npm run reinstall after doing a git pull and then go back through the setup in the README mentioned above and see if that fixes the issue you were seeing. Please let me know if this fixes it.

@Shift1N Were you able to resolve?

@Shift1N Closing ticket. If this is still a problem, let me know.