Search code examples
angulardeploymentbuildnetlify

netlify is not able to recognise ng while deploying angular project


I am trying to deploy an Angular project on Netlify but get the below error:

enter image description here

Here are my scripts from package.json:

enter image description here

Here are my Netlify build settings:

enter image description here

Here is my outputPath from angular.json:

enter image description here


Solution

  • The broblem is solved, i was setting the npm version in the deployments setting > environment variables, once i removed it the deploy was successful, also i set the ci variable to false