Caveats
Path Considerations
Lando will set the PATH
hierarchy for this service as follows:
js
[
'/app/node_modules/.bin',
'/usr/local/sbin',
'/usr/local/bin',
'/usr/sbin',
'/usr/bin',
'/sbin',
'/bin',
]
This is useful to note if you are not using absolute paths in any tooling routes and are getting the unexpected version of a particular utility.