I am using node version:4.9.1,npm version:4.6.1,gu...
# suitecommerce
g
I am using node version:4.9.1,npm version:4.6.1,gulp version:3.9.1
k
I use node 6.5.0 for elbrus
g
Is it working fine??
Which gulp versions you are using??
l
I did run into (and was able to solve) this recently. A couple of npm packages recently updated to new version. ttf2eot and ttf2woff. Telling npm to use the old version fixed it. This worked for fresh install of kilmanjaro tools
g
Okay thank you..I will try
h
Hi @LMG I am having this same issue with Kilimanjaro. It's throwing the same
out.writeUint32LE is not a function
error from the
gulp-ttf2eot
node module. Looking at the
package.json
file, the version for both ttf2eot and ttf2woff is
1.0.1
. I tried downgrading them to
1.0.0
and running a fresh npm install - but I got the same error. Even on a fresh Kilimanjaro codebase. How did you resolve this?
l
I believe the move I made was 3.0.0 to 2.0.0 for ttf2eot within the gulp-ttf2eot package.json (ttf2eot is dependency of the gulp- version)