Instalé uuid con npm i uuid
e intenté importar usando import { v4 as uuidv4 } from 'uuid'; según las instrucciones. Revisé la carpeta node_modules y uuid está allí. Pero recibo un error Could not find a declaration file for module 'uuid'. y uuid/dist/index.js' implicitly has an 'any' type. ¿alguna idea? gracias
Instale @types/uuid como dependencia de desarrollo. de alguna manera eso soluciona el problema idk.
npm i --save-dev @types/uuid