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

Error: Cannot find module 'figlet'(已经重新安装依赖还是如此)node v16.20.2 #124

Open
HongDou666 opened this issue Jul 3, 2024 · 1 comment

Comments

@HongDou666
Copy link

node:internal/modules/cjs/loader:1031
throw err;
^

Error: Cannot find module 'figlet'
Require stack:

  • E:\nvm\nvm\v16.20.2\node_modules\zqc-cli\dist\index.js
  • E:\nvm\nvm\v16.20.2\node_modules\zqc-cli\bin\index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
    at Function.Module._load (node:internal/modules/cjs/loader:873:27)
    at Module.require (node:internal/modules/cjs/loader:1100:19)
    at require (node:internal/modules/cjs/helpers:119:18)
    at Object. (E:\nvm\nvm\v16.20.2\node_modules\zqc-cli\dist\index.js:9:117446)
    at Module._compile (node:internal/modules/cjs/loader:1198:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
    at Module.load (node:internal/modules/cjs/loader:1076:32)
    at Function.Module._load (node:internal/modules/cjs/loader:911:12)
    at Module.require (node:internal/modules/cjs/loader:1100:19) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    'E:\nvm\nvm\v16.20.2\node_modules\zqc-cli\dist\index.js',
    'E:\nvm\nvm\v16.20.2\node_modules\zqc-cli\bin\index.js'
    ]
    }
@jcubic
Copy link
Contributor

jcubic commented Oct 14, 2024

Did you install the library with npm intall figlet? Please create minimal reproduction so it can be tested and debugged, if this is really an issue with this library.

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