Mucking with Node libraries - Day 4

Let's get a node project up and running
Raspberry Pi logo.
| Raspberry Pi Logo |

Project Scope and ToDos

  1. Be able to host a server
  2. Be able to build node projects
  3. Be able to handle larger projects
  • Be able to run continually

Day 3

Problem still not resolved. I'm starting to think maybe a hack is needed to Eleventy to make it work. Let's fiddle!

I'm trying my own changes with graceful-fs but I want to try the fix that is currently in a PR. To do that I'll need to use npm link.

Hmm, I've got some good logging changes I did with nano on my Raspberry Pi. Let's get setup with GitHub to commit some changes and set up GPG.

Noting that the command I needed to key my key ID for use here is gpg --list-keys --with-colons --with-fingerprint with the ID being the first long sequence on the pub line. (I can copy one over with scp although I ended up just genning a new one for that machine.)

Also need to setup and add an SSH Key.