felixrieseberg / ember-cli-azure-deploy

:wrench: Build Ember Cli Apps on Azure Websites
MIT License
19 stars 2 forks source link

Deployment fails at Ember-cli install --with sufficient RAM #26

Open camario25 opened 4 years ago

camario25 commented 4 years ago

Hello, I have been getting this error during deployment to Azure App Service using Git Hub Actions. I have tried deploying to a machine with 1.75GB of ram and another with 3.75 but the same results.

Installing ember-cli An error has occurred during web site deployment. ember-cli failed deploy.sh: line 102: \nodejs\0.12.6\node.exe: command not found\n/opt/Kudu/Scripts/starter.sh bash deploy.sh

Could the older node and npm versions have anything to do with this? I've tried changing version numbers in the deploy.sh file but nothing has worked.

Thank you!

karrinflas commented 4 years ago

Hi there I have exactly the same problem, and I have also changed the machine type in Azure to P1V2 with 3.5GB of memory but still nothing, can anyone help please?

In my case deploy is being done with the azure plugin in Visual Studio Code with my local project folder, this is the error trace when deploy script is executed:

20:34:21 KatiLandingPage: ember-cli failed 20:34:21 KatiLandingPage: deploy.sh: line 99: \nodejs\0.12.6\node.exe: command not found\n/opt/Kudu/Scripts/starter.sh bash deploy.sh 20:34:27 KatiLandingPage: Deployment failed.

Best Regards!