jctaoo / vite-electron-esbuild-starter

⚡️The electron starter using Vite and esbuild to fast development.
MIT License
54 stars 7 forks source link

Unknown Error Occurred #54

Closed oSethoum closed 2 years ago

oSethoum commented 2 years ago

image

jctaoo commented 2 years ago

It looks like this error was thrown by node-gyp when you tried to add native modules. And according to logs from node-gyp, maybe you don't set msvs correctly for node-gyp.

oSethoum commented 2 years ago

it was Fixed by installing the nodejs LTS version.