mythsman / hexo-douban

:cd: a Hexo plugin that helps you generate content for Douban books, movies, music, and games.
MIT License
446 stars 57 forks source link

idouban读取异常 #173

Closed Absinthe-Tian closed 1 month ago

Absinthe-Tian commented 1 month ago

node 版本: v21.7.3

hexo 版本: 7.0.0

hexo-douban 版本: 2.3.0

douban id : 217404706

问题描述:

Unhandled rejection Error: ENOENT: no such file or directory, open '../node_modules/idouban/dist/index.js' at Object.readFileSync (node:fs:455:20) at readFileSync (/Users/matiantian/Documents/my-blog/node_modules/hexo-douban/node_modules/hexo-fs/dist/fs.js:235:43) at u (/Users/matiantian/Documents/my-blog/node_modules/hexo-douban/dist/index.js:15:376)

idouban存在于hexo项目目录下的node_modules,而hexo-douban下的node_modules并没有idouban目录。

Hoveco commented 1 month ago

Unhandled rejection Error: ENOENT: no such file or directory, open '....\idouban\dist\index.js' at Object.openSync (node:fs:596:3) at Object.readFileSync (node:fs:464:35) at readFileSync (D:\20240527blog\node_modules\hexo-douban\node_modules\hexo-fs\dist\fs.js:235:43) at l (D:\20240527blog\node_modules\hexo-douban\dist\index.js:15:376) at Hexo. (D:\20240527blog\node_modules\hexo-douban\dist\index.js:15:2397) at Hexo.tryCatcher (D:\20240527blog\node_modules\bluebird\js\release\util.js:16:23) at Hexo. (D:\20240527blog\node_modules\bluebird\js\release\method.js:15:34) at D:\20240527blog\node_modules\hexo\lib\hexo\index.js:405:22 at tryCatcher (D:\20240527blog\node_modules\bluebird\js\release\util.js:16:23) at MappingPromiseArray._promiseFulfilled (D:\20240527blog\node_modules\bluebird\js\release\map.js:68:38) at PromiseArray._iterate (D:\20240527blog\node_modules\bluebird\js\release\promise_array.js:115:31) at MappingPromiseArray.init (D:\20240527blog\node_modules\bluebird\js\release\promise_array.js:79:10) at MappingPromiseArray._asyncInit (D:\20240527blog\node_modules\bluebird\js\release\map.js:37:10) at _drainQueueStep (D:\20240527blog\node_modules\bluebird\js\release\async.js:97:12) at _drainQueue (D:\20240527blog\node_modules\bluebird\js\release\async.js:86:9) at Async._drainQueues (D:\20240527blog\node_modules\bluebird\js\release\async.js:102:5) at Async.drainQueues (D:\20240527blog\node_modules\bluebird\js\release\async.js:15:14) at process.processImmediate (node:internal/timers:476:21)

V2.3.1我升级了,有不同的报错

mythsman commented 1 month ago

ENOENT: no such file or directory, open '....

呃呃,好像有个兼容问题,升一下 v2.3.3 🥹