You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx @inquirer/demo@latest
Need to install the following packages:
@inquirer/demo@0.5.0
Ok to proceed? (y) y
file:///Users/andystevenson/.npm/_npx/eec671e795f0c5d0/node_modules/@inquirer/demo/demos/checkbox.mjs:2
import { checkbox, Separator } from '@inquirer/prompts';
^^^^^^^^^
SyntaxError: The requested module '@inquirer/prompts' does not provide an export named 'Separator'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:217:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)
at async loadESM (node:internal/process/esm_loader:28:7)
at async handleMainPromise (node:internal/modules/run_main:113:12)
Node.js v20.12.1
The text was updated successfully, but these errors were encountered:
npx @inquirer/demo@latest
Need to install the following packages:
@inquirer/demo@0.5.0
Ok to proceed? (y) y
file:///Users/andystevenson/.npm/_npx/eec671e795f0c5d0/node_modules/@inquirer/demo/demos/checkbox.mjs:2
import { checkbox, Separator } from '@inquirer/prompts';
^^^^^^^^^
SyntaxError: The requested module '@inquirer/prompts' does not provide an export named 'Separator'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:217:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)
at async loadESM (node:internal/process/esm_loader:28:7)
at async handleMainPromise (node:internal/modules/run_main:113:12)
Node.js v20.12.1
The text was updated successfully, but these errors were encountered: