Cannot find module "ts-md5/dist/md5"

please help
i try to implement md5 library in my ionic app
but he show me this error
Cannot find module “ts-md5/dist/md5”

MD5 is worthless. Use a better hash function, like SHA-256. Also, there is no need for external implementations - use WebCrypto.