just-uuid4 Generates a v4 (random) uuid npm i just-uuid4 const makeUuid = require('just-uuid4') const uuid = makeUuid() Simple.