Azure DevOps yml pipeline error: RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stderr maxBuffer length exceeded

Ionut Pantelimon 0 Reputation points
2025-01-31T19:07:17.7666667+00:00
- 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'
  

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,892 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chandra Boorla 7,810 Reputation points Microsoft Vendor
    2025-02-03T03:53:20.5633333+00:00

    @Ionut Pantelimon

    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 Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Thank you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.