You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just trying to run my project on a new laptop with Apple Silicon chip. It is dockerised, so I thought there shouldn't be many problems. I encountered this one with gulp-imagemin in 7.1.0 version when running npm run build:
#31 13.93 [14:19:40] TypeError in plugin "gulp-imagemin"
#31 13.93 Message:
#31 13.93 fn is not a function
#31 13.93 Details:
#31 13.93 fileName: /frontend/app/img/ui/cluster_1.svg
#31 13.93 domainEmitter: [object Object]
#31 13.93 domainThrown: false
#31 13.93
I solved it by changing version to 8.0.0 but then got this error #366 with require() of ES modules is not supported
Does anyone faced this problem? I think I should stick with 7.1.0 version, but why it doesn't work?
The text was updated successfully, but these errors were encountered:
I'm just trying to run my project on a new laptop with Apple Silicon chip. It is dockerised, so I thought there shouldn't be many problems. I encountered this one with
gulp-imagemin
in 7.1.0 version when runningnpm run build
:I solved it by changing version to 8.0.0 but then got this error #366 with
require() of ES modules is not supported
Does anyone faced this problem? I think I should stick with 7.1.0 version, but why it doesn't work?
The text was updated successfully, but these errors were encountered: