Results 57 comments of Martin Paucot

Here is an other solution to avoid installing Node and NPM to your host machine: - Uninstall electron `npm uninstall electron` - Change npm config platform `export npm_config_platform=win32` - Install...

I am getting the exact same issue. Tried with both npm and bun. After copying the error I realized that I was running on Node 21. Version 20 works. ```...

To use commitizen without installing the `commitizen` in the repository or by using `npm install -g commitizen` (for some developers global dependencies binaries are not in their path. You can...

> Hey, I would really like that change. Is there any way I can help to get this merged? Seems like it's only about some linting error that unfortunately I...

Hey @borzaka ! This issue starts to be a bit old but if your problem is still not resolved, here is a quick explanation why you have this behavior: When...

@borzaka so you went for solution 2! Just be aware that this will consume your Edge requests credits (and computation time) if you host your app on Vercel has it...

Hi! I was also look for a solution to extract the table of content. I decided to use https://cheerio.js.org/ to extract the table of content and use it where I...

You are completly right, I found the solution pretty easily. I have the same problem with ReactNativeUnityView ``` Invariant Violation: requireNativeComponent: "ReactNativeUnityView" was not found in the UIManager. This error...

I got the exact same problem with a blank react-native project.