Kraken.js - yo kraken Error kraken primordials is not defined

224 views Asked by At

I have installed Kraken.js with the following command:

npm install -g yo generator-kraken bower grunt-cli

After the installation, when executing the command yo kraken I get the following error:

$ yo kraken
Error kraken

primordials is not defined
1

There are 1 answers

0
Shankar Ganesh Jayaraman On

Below steps resolved the same issue for me on Ubuntu,

sudo npm install -g n
sudo n 11.15.0
npm install gulp@^3.9.1
yo kraken

The error seems to be a conflict with gulp and node version