TzviCons

Results 5 comments of TzviCons

Was this was already requested in https://github.com/magento/inventory/issues/1441? If so, there may be a module to do this https://github.com/magento/inventory/issues/1441#issuecomment-545881356

@ShaneKeney Try `node_modules/@expo/cli/build/src/start/server/middleware/inspector/LaunchBrowser.js:23` (expo version 50.0.6) https://github.com/expo/expo/blob/0b0a67bfc6d8817096ae95951318f365a18dfa40/packages/%40expo/cli/src/start/server/middleware/inspector/LaunchBrowser.ts#L24 update: For other versions grep the node_modules folder `grep -nr IS_WSL node_modules/@expo/`

@Valetek On version 50.0.6 and 50.0.7 the file is at that location. I added version number and a github link to my previous post.

@Valetek I haven't looked for it there but you should be able to use your code editor to globally search or IS_WSL. Or on the command prompt `grep -nr IS_WSL...

@Valetek I looks like this post did start with version 49 as you had assumed. I had been responding to a comment about the file being moved in subsequent versions....