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. Make sure your node version and npm version are correct
  4. increase ulimit ulimit -n 1024
  5. if you get permissions errors when npm installing sudo rm -rf ./node_modules && sudo rm ~/.npm
  6. check node and npm versions

Clone this wiki locally