krakenjs / krakenjs.github.io

Source for the kraken website
http://krakenjs.com/
Other
3 stars 17 forks source link

Cannot use Krakenjs with node 16.14.2 #77

Open theesfeld opened 2 years ago

theesfeld commented 2 years ago

Node version 16.14.2 npm version 8.5.0

installed kraken as directed from the website:

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

When starting with 'yo kraken' the following occurs:

yo kraken
Error kraken

primordials is not defined
❯ node --version
v16.14.2
❯ npm --version
8.5.0

Have I installed wrong? Did I miss a step?

theesfeld commented 2 years ago

Earlier issues reference downgrading node to version 10 to use kraken, which I think is not feasible any more, as current node version is 16+, reverting to 10 is a massive downgrade