ColumbiaJS / js-course

Columbia Computer Science Course in Advanced Javascript as Taught By Lev Brie
23 stars 4 forks source link

Note on The Setup page and npm install #5

Closed blanksblanks closed 9 years ago

blanksblanks commented 9 years ago

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.

levbrie commented 9 years ago

@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!).