How do I Properly run NPM Install in Visual Studio Team Services Build Agent

后端 未结 1 1837
余生分开走
余生分开走 2021-01-11 15:26

I\'m having trouble setting up an NPM task for an automated build in Visual Studio Team Services (previously Visual Studio Online). There are two problems:

  1. Ca
相关标签:
1条回答
  • 2021-01-11 15:51

    Re-installing NPM solved my issue:

    npm install npm -g

    Specifically, I added the circled task to my build:

    0 讨论(0)
提交回复
热议问题