Tag: nodejs
-
Cannot Find Module Bootloader.js in VSCode DevContainer
Problem: When running node commands from within a DevContainer, you receive the error ‘Cannot find module bootloader.js’. This post contains the solution.
-
Advent of Code 2021: Day 1
My initial thoughts after completing the first day of my first journey into the Advent of Code.
-
NVS, the Node Version Manger for Everyone
Here’s another dev thing I use: NVS, or the Node Version Switcher. It works on Windows and it’s great.
-
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.
-
How to Fix node-gyp Error on Windows
Whenever I get a new machine, I pull down a new project using the `npm install command and get an error related to python and node-gyp. This post will remember the fix for this problem that I always forget.
-
Why ChakraCore OSS is Important
Chakra is the new JavaScript engine developed by Microsoft, which was first released as part of the, no […]
-
Ghost 0.5.X from Source to Azure Websites on Canadian Developer Connection
Check it out! I am a guest author for a three part blog series on getting Ghost 0.5.x […]
-
Can ASP.NET Become the Next Node.JS?
I realize how crazy that sounds, but after yesterday’s keynote from Microsoft at the VS Connect event in New York, I’m wondering if my goal to find a true cross-platform technology is sitting back at base camp just…leveling up.
-
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.