This error may occur with Vinson implementations of SuiteCommerce Advanced (SCA) when deploying or fetching using the SCA developer tools. This error occurs when the required version of Node.js for your implementation is not compatible with installed versions of the font converter tools, ttf2eot, and ttf2woff. Complete the following steps to correct this issue.
From the root directory of SCA:
- Go to:
node_modules/gulp-ttf2woff - Run this command:
npm install ttf2woff@2.0.2 - Then go to:
node_modules/gulp-ttf2eot - Run this command:
npm install ttf2eot@2.0.0