haversnail / inquirer-date-prompt

A date prompt plugin for Inquirer.js.
https://www.npmjs.com/package/inquirer-date-prompt
MIT License
19 stars 2 forks source link

I get an error after the update regarding cli-cursor #5

Closed ABHammad closed 2 years ago

ABHammad commented 2 years ago

**/node_modules/inquirer-date-prompt/index.js:2 const cliCursor = require("cli-cursor");

Error [ERR_REQUIRE_ESM]: require() of ES Module /node_modules/cli-cursor/index.js from /node_modules/inquirer-date-prompt/index.js not supported. Instead change the require of /node_modules/cli-cursor/index.js in /node_modules/inquirer-date-prompt/index.js to a dynamic import() which is available in all CommonJS modules. at Object. (**/node_modules/inquirer-date-prompt/index.js:2:19) at async Promise.all (index 0) { code: 'ERR_REQUIRE_ESM' }

inquirer: v9.1.2 inquirer-date-prompt": "^2.0.1"

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: