if a dependent app uses a newer version of uuid, it fails to compile with: error: uncaughtException: Cannot find module 'uuid/v4' see https://github.com/uuidjs/uuid/issues/238#issuecomment-628796059 because we do require(uuid/v4) instead of import
if a dependent app uses a newer version of uuid, it fails to compile with:
error: uncaughtException: Cannot find module 'uuid/v4'
see uuidjs/uuid#238 (comment)
because we do require(uuid/v4) instead of import