Skip to content

Instantly share code, notes, and snippets.

View paulkohler's full-sized avatar

Paul Kohler paulkohler

View GitHub Profile
@paulkohler
paulkohler / upgrade-node-with-homebrew.md
Created December 15, 2016 21:53
example of upgrading from node v5 to node v6 with homebrew

Upgrade node with homebrew

Using homebrew to manage my nodejs install helps get around the need to sudo etc.

To upgrade, install the next version (brew update first) -- e.g. go from v5 to v6:

  $ node -v
  v5.12.0
using System;
using System.IO;
using System.Messaging;
using System.Text;
using Newtonsoft.Json;
public class JsonMessageFormatter : IMessageFormatter
{
private static readonly JsonSerializerSettings DefaultSerializerSettings =
new JsonSerializerSettings {