Closed couaky closed 4 years ago
Issue seems to come from gulp-javascript-obfuscator plugin. See: https://github.com/javascript-obfuscator/gulp-javascript-obfuscator/issues/28.
I'm using node v13.8.0
I fixed the issue by forcing an update of javascript-obfuscator which is a dependency of gulp-javascript-obfuscator. I did not find the yarn command to do that (yarn upgrade just update the first level dependencies). So I performed a remove followed by an add command.
yarn remove gulp-javascript-obfuscator
yarn add --dev gulp-javascript-obfuscator
I'm closing this since it is resolved.
Hi ! I got this error while trying to build the project:
did you already face this problem ?
Thanks.