basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
I'm trying to debug the Nightwatch code. Can anyone help me in resolving this issue
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
I'm trying to debug the Nightwatch code. Can anyone help me in resolving this issue
Change your debug
parameter inside package.json like this:
"debug": "node --inspect-brk node_modules/nightwatch/bin/nightwatch"
and run - npm run debug
in the terminal