中午忽然收到單元測試運行出錯的報告,沒法完成單元測試,錯誤以下:
node
/node_modules/confit/dist/lib/provider. js:123 throw _iteratorError; TypeError: Cannot read property * indexOf^ of undefined at Object, env (/node_modules/confit/dist/lib/provider. js: 109: 27) at Object. <anonymous> (/config/index. js:27:35) at Module, .compile (module, js:570:32)
仔細檢查代碼發現其實就是confit的版本升級了版本。json
在項目package.json鎖死confit和krakenjs的版本:ide
"kraken-js":"2.1.0", "confit":"2.1.0",