4 Matching Annotations
  1. Feb 2016
    1. Work/Life Integrity

      Definition: Work so that it produces value that is important to you in the world. Live your life (family & personal lifestyle) in a way that is consistent with the values that are important to you.

  2. Dec 2014
    1. ./bootstrap

      I hit the following error while checking front-end dependencies:

      Checking front-end dependencies... npm ERR! Error: EACCES, mkdir '/Users/aselassie/.npm/uglify-js/2.4.14' npm ERR! { [Error: EACCES, mkdir '/Users/aselassie/.npm/uglify-js/2.4.14'] npm ERR! errno: 3, npm ERR! code: 'EACCES', npm ERR! path: '/Users/aselassie/.npm/uglify-js/2.4.14', npm ERR! parent: 'h' } npm ERR! npm ERR! Please try running this command again as root/Administrator.

      npm ERR! System Darwin 12.5.0 npm ERR! command "node" "/usr/local/bin/npm" "install" "--quiet" npm ERR! cwd /Users/aselassie/hypothesis npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.14 npm ERR! path /Users/aselassie/.npm/uglify-js/2.4.14 npm ERR! code EACCES npm ERR! errno 3 npm ERR! stack Error: EACCES, mkdir '/Users/aselassie/.npm/uglify-js/2.4.14' npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/aselassie/hypothesis/npm-debug.log npm ERR! not ok code 0

      The issue was permission based and the following command got around it successfully:

      aselassie$ sudo chown -R aselassie ~/.npm

    1. Install Homebrew:

      Whoops, the Homebrew installer has moved! Please instead run:

      ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

      (need to update the instructions)