cron-expression-input icon indicating copy to clipboard operation
cron-expression-input copied to clipboard

Error using in NextJS (React)

Open lacymorrow opened this issue 3 years ago • 1 comments

Module not found: Package path . is not exported from package /Users/tmorrow/repo/iot/node_modules/cron-expression-input
(see exports field in /Users/tmorrow/repo/iot/node_modules/cron-expression-input/package.json)

lacymorrow avatar Mar 21 '22 20:03 lacymorrow

I've been having similar problems in a different setting. I think this needs to change from "./": "./lib/" to ".": "./lib/".

danielsaporo avatar Jun 27 '23 10:06 danielsaporo