How can I configure MSYS2 to resolve Windows-ish paths as if they were MSYS-ish paths? For example one of dependency of my application fails to find a file at:
Error: Cannot find module 'C:\Users\cca\Desktop\node-occ-sample\node_modules\webpack\bin\webpack.js;'
The application should look for the file /c/Users/cca/Desktop/node-occ-sample/... of course, but that's out of my hands. How can I make MSYS2 to resolve that kind of paths too?