Tag: npm

  • How to Use Global NPM Packages on a VSTS Self-Hosted Build Agent

    I setup a self-hosted build agent in Visual Studio Team Services. My build installed global NPM packages, but the tasks that used them later on in the script would fail because they were unable to use them. This post describes what I did to get them working.

  • Think Before You Tweet: A Lesson in Humility

    Over the weekend I tripped over brain and sounded like a goof on Twitter while trying to engage a number of technology experts.

  • Always Use Node (Even on Non-Node Projects)

    That’s right. I said it: Always use Node, no matter what! Even if your server isn’t going to be a Node server, just have it installed because you’ll use it.