0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

vitestを実行したらMiniflareCoreErrorが発生したメモ

Posted at

概要

下記のようなエラーが出て、原因になかなかたどり着けなかったので。

MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above. 

原因は、wrangler.tomlファイルを誤って修正していたこと。

name = "odyssage-backend"
main = "src/index.ts"
- compatibility_date = "2024-12-27"
+ compatibility_date = "2024-12-18"
+ compatibility_flags = ["nodejs_compat"]

ソースコード

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?