I'm building a desktop app using electron and vue, things went normal running the app in dev mode and building it untill the last building by running electron:build
but I keep getting this error of Octal escape sequences.
I am pretty sure that it has to deal with the strict mode
, but I tried to find the ocatal escapes but no chance, I tried to remove some useless dependencies the I added after the last successful build also didn't work
PS: the electron:serve works fine
err picture
background.js from Terser Octal escape sequences are not allowed in template strings [background.js:1026,68555]
ERROR Build failed with errors. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! keyboard-managment@0.1.0 electron:build:
vue-cli-service electron:build
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the keyboard-managment@0.1.0 electron:build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.