jbprat
jbprat
I had the same issue with Node 14.7.0 but it's working fine with Node 16.1.0, on an intel mac book pro! The create-react-app script required at least Node 14 but...
Hi and thank you for the quick response! I restarsted the computer and still have the operation not permitted issue. Here is the touchpad driver I'm using on my laptop:...
Hi! On my side, running `sudo chmod 664 /dev/input/event*` still gives me the same `Operation not permitted` error. `sudo comfortable-swipe start `still gives me the error. When I type `sudo...
I had the same issue, I fixed it by doing this: ``` const convertPixelToInches = (value, dpi) => { let inches = value/ dpi; return `${inches}in`; // Calculate inches value...