cant install uuidv4 code example
Example 1: Module not found: Can't resolve 'uuid/v4'
npm install uuid
Example 2: How to import a particular version of uuid
import { uuid } from 'uuidv4';
npm install uuid
import { uuid } from 'uuidv4';