Skip to content

Troubleshooting Setup

Aidan Sawyer edited this page Nov 6, 2019 · 2 revisions

Prerequisites

XCode (MacOSX developer tools) and Homebrew are installed

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

Node and NPM Installed

node version must be newer than 6.9 or it will stutter at the async usage

$ brew install node

Building SCSS

will be unable to npm run deploy or build without scss required to compile the header.css

$ npm install -g scss