Solve TypeError: arr.WriteUint16BE is not a function while setting up local for kilimanjaro sca version.

Description :
After NPM install , While running kilimajaro version locally, error noticed as given below.
TypeError: out.writeUint32LE is not a function
Solution:
After fetching 
Goto node_modules/gulp-ttf2woff folder
Run this command on the terminal: 
npm install ttf2woff@2.0.2
Then go to: 
node_modules/gulp-ttf2eot
Run this command: 
npm install ttf2eot@2.0.0

Leave a comment

Your email address will not be published. Required fields are marked *