發表文章

目前顯示的是有「Asp.net Core」標籤的文章

[電繪]:Rattus rattus-黑鼠

圖片
  In some eras, rats represented the plague and were despised creatures, but in my eyes, humans and rats are no different. -- 在某些時代裡,老鼠代表著瘟疫,是人們唾棄的生物,然而在我眼裡,人與老鼠並無不同。

[Electron] ElectronNet Asp.net Core build error:Error: Cannot find module 'fs/promises'

圖片
 問題: 最近在打包electron的時候遇到了「 Cannot find module 'fs/promises' 」的問題,爬了網路上許多文章,都是說nodejs的版本過低導致的,只要把nodejs的版本升至14以上就可以解決這個issue,但我的nodejs版本是14.17.1依然無法解決此問題。 解決方法: 後來我是將「ElectronNET.CLI」的版本升至13.5.1,目前已解決問題,在此紀錄。 cmd: dotnet tool update --global ElectronNET.CLI --version 13.5.1 我的套件版本如下: ElectronNET.CLI--version: 13.5.1 ElectronNET.API--version: 13.5.1 dotnet core : 5 node js: 14.17.1