Ran into the same error. This is not an Azure DevOps issue. We were able to resolve it by updating node from 14.x to 18.x.
Azure DevOps yml pipeline error: RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stderr maxBuffer length exceeded
- task: Npm@1
displayName: "Install NPM Package"
inputs:
command: "install"
workingDir: "${{ parameters.WorkingDirectory }}"
verbose: false
customCommand: "--silent"
- task: Npm@1
displayName: "Validate and Generate ADF ARM Template And Scripts"
inputs:
command: "custom"
workingDir: ${{ parameters.WorkingDirectory }}
customCommand: 'run build export ${{ parameters.WorkingDirectory }} /subscriptions/$(DEVSubscriptionID)/resourceGroups/${{ parameters.ResourceGroupName }}/providers/Microsoft.DataFactory/factories/${{ parameters.DataFactoryName }} "ArmTemplate'
Azure DevOps
2 answers
Sort by: Most helpful
-
Chandra Boorla 15,475 Reputation points Microsoft External Staff Moderator
2025-02-03T03:53:20.5633333+00:00 Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
Azure DevOps is currently not supported in the Microsoft Q&A platform; the supported products are listed over here https://docs.microsoft.com/en-us/answers/products (more to be added later on).
In order to assist best on your query, I would request you to post your query in SO => Azure Devops dedicated support. Additionally, adding the [Azure] tag on SO will increase visibility as it is a Microsoft Sponsored tag.
https://stackoverflow.com/questions/tagged/azure-devops
OR
Report any Azure Devops problems on Developer Community.
I hope this information helps. Please do let us know if you have any further queries.
If this answers your query, do click
Accept AnswerandYesfor was this answer helpful. And, if you have any further query do let us know.Thank you.