Hello All, Import path for "Types" defined in "react-tailwindcss-datepicker/dist/constants/index.d.ts" is wrong . **import { ColorKeys, Colors } from "types";** instead it should be import { ColorKeys, Colors } from **"../types** This import is giving us issue in npm run build. 