figlet.js icon indicating copy to clipboard operation
figlet.js copied to clipboard

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

Open HongDou666 opened this issue 1 year ago • 1 comments

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' ] }

HongDou666 avatar Jul 03 '24 13:07 HongDou666

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.

jcubic avatar Oct 14 '24 15:10 jcubic