Michał Zarach

Results 25 comments of Michał Zarach

@fauxsoup I'm waiting for this feature. If there's anything you need help with to make this PR successful, let me know!

Same issue. Running `nuxt generate` with `static` generates the manifest file but it is not linked in html head. I also confirm that locking to 3.0.2 fixed it.

I would like to know what causes this error and how to prevent it

@charliesantos thanks for the detailed reply. How long does the Twilio SDK try to reconnect? Can this time be configured?

For developers who are looking for a alternative solution: https://github.com/michalzaq12/electron-nuxt

'node-gyp' supports only python 2.7

make sure you have all 'node-gyp' dependencies installed (python 2.7!, ..) https://github.com/nodejs/node-gyp#installation and try to use https://github.com/electron/electron-rebuild

Same issue (Win11 & Node v16 & VisualStudio2019) I will also mention that the file `node_modules/windows-utils/binding.gyp` exists! > npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild npm ERR! gyp...

I removed `/Local/node-gyp/Cache`, `/.electron-gyp`, `node_modules`, `package-lock.json` then reinstalled all packages and it works now.

After getting the error `unable to open v8-platform.h: No such file or directory`. Finally I found the cause (this also applies to other ` not found` errors). Installing the Node...