create
create copied to clipboard
SyntaxError: missing ) after argument list
I've been having a problem everytime I create a new vuetify component with the npm create vuetify
Error:
SyntaxError: missing ) after argument list at internalCompileFunction (node:internal/vm:77:18) at wrapSafe (node:internal/modules/cjs/loader:1287:20) at Module._compile (node:internal/modules/cjs/loader:1339:27) at Module._extensions..js (node:internal/modules/cjs/loader:1434:10) at Module.load (node:internal/modules/cjs/loader:1206:32) at Module._load (node:internal/modules/cjs/loader:1022:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12) at node:internal/main/run_main_module:28:49
Code line
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")