How can I use the npm packages from feed in my VSTS task? As I want to use the cached packages in my build.
If the packages are in your VSTS feed, the simple way is choose corresponding feed in npm task:
install
; Working folder with package.json: [package.json folder path]
)Otherwise, just add npm task (Command: install; Working folder with package.json: [package.json folder path]