Add project from bitbucket and set it up. It can’t run correctly in cloud as we need ssl and we use some proxy to our local development background. I run it in builder application and configure it to use local machine (docker-less) so everything to run. But get this in log.
[Prerequisites] Git not found, attempting to install…
[Prerequisites] Failed to install Git automatically: Please install Git for Windows from Redirecting…
[Prerequisites] Mise not found, attempting to install…
[Prerequisites] Failed to install Mise automatically: Error invoking remote method ‘execute-command’: Error: spawn /bin/bash ENOENT
[ERROR] Could not automatically install all required prerequisites:
- git: Failed to check Git installation
- mise: Failed to check mise installation
Please manually install these tools:
- Git: Redirecting…
- Node.js (includes npm): https://nodejs.org/downloads/
Then restart the application.
I can access the local folder and in terminal to run the node and git. I also install them manually from links. But still has the same error.
As I realize all the application is running under OsX context and try some commands that are not windows and try to access bin/bash under windows that is not available.