gulp-svg-sprite
gulp-svg-sprite copied to clipboard
error in using gulp-svg-sprite
I have been using gulp-svg-sprite for years without any problems. Now I have implemented my gulpfile.js for building my svg sprites in a new projekt (newer node.js version and other module versions). If I execute the gulpfile.js I get the following error message:
[17:30:12] Using gulpfile D:\dev\Angular-Migration\Code\application-main\fro
ntend\assets-src\images\gulpfile.js
[17:30:12] Starting 'default'...
[17:30:12] Starting 'app'...
[17:30:12] 'app' errored after 58 ms
[17:30:12] TypeError in plugin "gulp-svg-sprite"
Message:
Cannot destructure property 'message' of 'error' as it is undefined.
[17:30:12] 'default' errored after 61 ms
I didn't changed the svg files or the gulpfile.js. If you need further info to analyse please don't hesitade to ask.