Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module figlet #93

Open
mathematician001 opened this issue Feb 5, 2023 · 1 comment
Open

Cannot find module figlet #93

mathematician001 opened this issue Feb 5, 2023 · 1 comment

Comments

@mathematician001
Copy link

echo "lol" | figlet
node:internal/modules/cjs/loader:1063
  throw err;
  ^

Error: Cannot find module 'figlet'
Require stack:
- C:\Users\alex\AppData\Roaming\npm\node_modules\figlet-cli\bin\figlet
    at Module._resolveFilename (node:internal/modules/cjs/loader:1060:15)
    at Module._load (node:internal/modules/cjs/loader:905:27)
    at Module.require (node:internal/modules/cjs/loader:1127:19)
    at require (node:internal/modules/helpers:112:18)
    at Object.<anonymous> (C:\Users\alex\AppData\Roaming\npm\node_modules\figlet-cli\bin\figlet:7:14)
    at Module._compile (node:internal/modules/cjs/loader:1246:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
    at Module.load (node:internal/modules/cjs/loader:1103:32)
    at Module._load (node:internal/modules/cjs/loader:942:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    'C:\\Users\\alex\\AppData\\Roaming\\npm\\node_modules\\figlet-cli\\bin\\figlet'
  ]
}

Node.js v19.5.0
@jcubic
Copy link
Contributor

jcubic commented Jan 3, 2024

Did you try to install the missing module filget?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants