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.
Topic
Problem: When running node commands from within a DevContainer, you receive the error 'Cannot find module bootloader.js'. This post contains the solution.
My initial thoughts after completing the first day of my first journey into the Advent of Code
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.
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.
It's pretty cool that Microsoft has released the source code of their JavaScript engine Chakra. But, why it is important and how do developers actually benefit from this?
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.
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.