Hey guys, when installing Kilimanjaro, after execu...
# suitecommerce
d
Hey guys, when installing Kilimanjaro, after executing npm install and then running gulp we get this error: TypeError: out.writeUint32LE is not a function Any ideas how to solve this?
c
@David Mendoza What Node version are you using? You'll need to use Node 6.x or Node 8.x for Kilimanjaro. I typically use Node 6.15.1 or (on an M1 Mac) 8.17.0
d
6.11.5
c
@David Mendoza What OS are you on? Are you using an M1 Mac?
@David Mendoza In my experience, Node 8.17.0 also works for Kilimanjaro, so maybe try that
d
ill give it a try
@Caleb Evans seems 8.17 still gives the same error
I did a fresh npm install as well
c
@David Mendoza Hmm, are you on Mac or Winfows?
d
mac
i think the problem might be for that particular node module, the dependency is set to latest
c
@David Mendoza You said you get the error when you run gulp, not during
npm install
itself, correct?
Oh
d
doing a fresh install would get the latest version, which may be incompatible with the kilimanjaro node modules
the error is when i run gulp
i am able to do npm install
c
@David Mendoza Yeah, it's probably that
latest
dependency then. Can you version lock it (in the package.json) to an older version that might work for Node 6/8?
d
let me try that
What I did was update the dependency version of ttf2eot to 2.0.0 in package.json for gulp-ttf2eot.
Also updated the dependency version of ttf2woff to 2.0.1 in package.json for gulp-ttf2woff.
Deleted the node_modules in both folders and did npm install
This worked
🙌 1
n
This error i also getting from Elbrus hope this will work for me