みかづきブログ・カスタム

基本的にはちょちょいのほいです。

2024-02-21から1日間の記事一覧

Electron + Next.jsの開発で、yarn devを実行した際にエラーが発生する際の対策(Error [ERR_REQUIRE_ESM]: require() of ES Module /node_modules/electron-next/node_modules/electron-is-dev/index.js from /node_modules/electron-next/index.js not supported. 編) 💪

結論 electron-next内のelectron-is-devのバージョンを2.Xまで下げれば動きます。 { "private": true, "version": "1.0.0", "main": "main/index.js", "name": "electron-typescript-next", "productName": "ElectronTypescriptNext", "scripts": { "clean":…