Byron2016
Byron2016
**You can find the solution here:** [https://gist.github.com/krambertech/76afec49d7508e89e028fce14894724c](url) `handleKeyPress(event){ if(event.key === "13"){ this.processUserInput(event.target.name); } } ` ` this.handleKeyPress(e)}/> `
@gavinr, Were you able to solve the problem?
@caugner your suggestion about to add `--no-bin-links parameter here between npm and --prefix and then run yarn install again` doesn´t work, then I decided to install wsl in my windows...
maybe some update on this warning?
Hi, any advance with this?
> It seems not work on GIMP 3.0.4 on win10. And you guys? Were you able to make it work? Stepst that I made 1. Go to [Resynthesizer for GIMP...
@micalevisk ESLint made a breaking change with V9. Now it works with `eslint.config.js` that named `flat file / flat config` instead of ` .eslintrc.js ` [Start Using Flat Config Files](https://eslint.org/docs/latest/use/configure/migration-guide#start-using-flat-config-files)....
@micalevisk I am not sure about PR because I have some dudes about eslint configuration, but here are the steps that are needed to do: I think it is necesary...