Skip to content

Test Troubleshooting

bkendall edited this page Sep 12, 2014 · 4 revisions
  1. check to see if it repo's on master git checkout master
  2. rm -rf ./node_modules && npm install
  3. increase ulimit ulimit -n 1024
  4. if you get permissions errors when npm installing sudo rm -rf ./node_modules && sudo rm ~/.npm
  5. check node and npm versions
Clone this wiki locally