//npm install -g uuid import {v4 as uuidv4} from 'uuid'; let myuuid = uuidv4(); console.out('Your UUID is: ' + myuuid);