gulp-svg-sprite icon indicating copy to clipboard operation
gulp-svg-sprite copied to clipboard

error in using gulp-svg-sprite

Open Voo2 opened this issue 1 year ago • 3 comments

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.

Voo2 avatar Jul 19 '23 15:07 Voo2