Skip to content

Test Troubleshooting

anandkumarpatel edited this page Sep 19, 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
  7. node-inspector for those hard problems
  8. sudo strace -f -tt -T -y -s 10000 -o trace -p PID for cool people like Anand
Clone this wiki locally