I am trying to deploy an Angular project on Netlify but get the below error:
Here are my scripts from package.json
:
Here are my Netlify build settings:
Here is my outputPath
from angular.json
:
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