segment-boneyard / khaos

A super-simple way to scaffold new projects.

Home Page:http://khaos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work on Node.JS >12

tadjik1 opened this issue · comments

Hi,
on Node.JS 12.4.0 I got an error when trying to initialise project:

$ khaos create segmentio/khaos-node my-new-project

fs.js:27
const { Math, Object } = primordials;
                         ^

ReferenceError: primordials is not defined

it seems like the problem in outdated version of fs-extra.