-
Notifications
You must be signed in to change notification settings - Fork 180
TypeError: Cannot read property 'replace' of undefined #15
Comments
你解决这个问题没,我也遇到了这个问题 |
解决这个问了,把node_modules/hexo-asset-image/index.js文件里的内容替换为: 'use strict'; // http://stackoverflow.com/questions/14480345/how-to-get-the-nth-occurrence-in-a-string var version = String(hexo.version).split('.');
} |
0.0.4 版本中是否仍然存在? |
下载完成后,进行hexo g时出现错误。
错误代码如下:不知是何原因
$ hexo g
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/do cs/troubleshooting.html
TypeError: Cannot read property 'replace' of undefined
at Object. (D:\Hexo\blog\node_modules\hexo-asset-image\index.js:3 1:38)
at exports.each (D:\Hexo\blog\node_modules\cheerio\lib\api\traversing.js:293 :24)
at Hexo. (D:\Hexo\blog\node_modules\hexo-asset-image\index.js:29: 16)
at Hexo.tryCatcher (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\js\ main\util.js:26:23)
at Hexo. (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\js \main\method.js:15:34)
at D:\Hexo\blog\node_modules\hexo\lib\extend\filter.js:68:35
at tryCatcher (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\js\main\ util.js:26:23)
at ReductionPromiseArray._promiseFulfilled (D:\Hexo\blog\node_modules\hexo\n ode_modules\bluebird\js\main\reduce.js:105:38)
at Promise._settlePromiseAt (D:\Hexo\blog\node_modules\hexo\node_modules\blu ebird\js\main\promise.js:589:26)
at Promise._settlePromises (D:\Hexo\blog\node_modules\hexo\node_modules\blue bird\js\main\promise.js:700:14)
at Async._drainQueue (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\j s\main\async.js:123:16)
at Async._drainQueues (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\ js\main\async.js:133:10)
at Immediate.Async.drainQueues (D:\Hexo\blog\node_modules\hexo\node_modules\ bluebird\js\main\async.js:15:14)
at runCallback (timers.js:570:20)
at tryOnImmediate (timers.js:550:5)
at processImmediate [as _immediateCallback] (timers.js:529:5)
FATAL Cannot read property 'replace' of undefined
TypeError: Cannot read property 'replace' of undefined
at Object. (D:\Hexo\blog\node_modules\hexo-asset-image\index.js:3 1:38)
at exports.each (D:\Hexo\blog\node_modules\cheerio\lib\api\traversing.js:293 :24)
at Hexo. (D:\Hexo\blog\node_modules\hexo-asset-image\index.js:29: 16)
at Hexo.tryCatcher (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\js\ main\util.js:26:23)
at Hexo. (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\js \main\method.js:15:34)
at D:\Hexo\blog\node_modules\hexo\lib\extend\filter.js:68:35
at tryCatcher (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\js\main\ util.js:26:23)
at ReductionPromiseArray._promiseFulfilled (D:\Hexo\blog\node_modules\hexo\n ode_modules\bluebird\js\main\reduce.js:105:38)
at Promise._settlePromiseAt (D:\Hexo\blog\node_modules\hexo\node_modules\blu ebird\js\main\promise.js:589:26)
at Promise._settlePromises (D:\Hexo\blog\node_modules\hexo\node_modules\blue bird\js\main\promise.js:700:14)
at Async._drainQueue (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\j s\main\async.js:123:16)
at Async._drainQueues (D:\Hexo\blog\node_modules\hexo\node_modules\bluebird\ js\main\async.js:133:10)
at Immediate.Async.drainQueues (D:\Hexo\blog\node_modules\hexo\node_modules\ bluebird\js\main\async.js:15:14)
at runCallback (timers.js:570:20)
at tryOnImmediate (timers.js:550:5)
at processImmediate [as _immediateCallback] (timers.js:529:5)
The text was updated successfully, but these errors were encountered: