Anyone knows why I get “ReferenceError: primordials is not defined”
I’m trying to have the local environment for Kilimanjaro
I get that error when running npm install
k
Kearobi
07/20/2020, 10:20 PM
I’ve seen that error in regard to node.js version mismatch. Make sure you’re using the correct version when running npm install.
f
Flo Meilan
07/21/2020, 6:31 PM
As @Kearobi said you are probably using an incorrect combination of gulp and node versions.