Hi, I am getting this issue when trying to gulp de...
# suitecommerce
c
Hi, I am getting this issue when trying to gulp deploy to elbrus using node V6.17.1. The error is pointing to ttf2eot. The dependencies in package.json are gulp -ttf2eot 1.0.1. I have tried changing this to 2.0.0 but the issue still persisted. Anyone any ideas how i can fix this?
p
the problem is inside the dependencies of that module, not the version of that module itself
go to each dependency and change the ttf2eot and/or ttf2woff dependency to versions ttf2woff@2.0.2 and ttf2eot@2.0.0
👍 1
c
Hi PabloZ, Thats it working thanks for the help