Anyone knows why I get “ReferenceError: primordial...
# suitecommerce
l
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
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
As @Kearobi said you are probably using an incorrect combination of gulp and node versions.
l
thanks! I’ll review the versions