matthid / Paket.TeamBuildCredentials

VSTS build tasks to allow Paket to access VSTS internal NuGet feeds. Released as part of https://github.com/isaacabraham/vsts-fsharp
MIT License
4 stars 0 forks source link

Cannot find module 'vsts-task-lib/task' on VSTS #1

Closed sdargaud closed 6 years ago

sdargaud commented 6 years ago

Hi,

After getting the F# Helpers for VSTS form the Marketplace, I could add the "Setup paket credential manager" task to my build. However the task is failing with "Error: Cannot find module 'vsts-task-lib/task'" as if the node_modules folder was empty. If I download the vsix from the Releases, I can see that the node modules folder is not empty. Is it supposed to work by downloading the F# Helpers for VSTS from the marketplace or am I doing something wrong ? (i.e. not uploading the vsix from release).

Thanks

matthid commented 6 years ago

Moving to https://github.com/isaacabraham/vsts-fsharp/issues/8

sdargaud commented 6 years ago

Thanks!