It might be useful to add in the instructions that if you run into problems with npm install for any of the dependencies you can run sudo chown -R $(whoami) ~/.npm first instead of having to add sudo every time. Also this is a little trivial, but item 7 in the list has two instructions in it.
@blanksblanks Yes, absolutely. I've added a note to the setup docs (and it looks like I was missing a period after the 8 in my markdown, so the markdown parser just put it all on the same line. Great catch!).
It might be useful to add in the instructions that if you run into problems with
npm install
for any of the dependencies you can runsudo chown -R $(whoami) ~/.npm
first instead of having to addsudo
every time. Also this is a little trivial, but item 7 in the list has two instructions in it.