hmmm, the README says to write: var path = require('path')
that didn't work for me, however it did work when i wrote: var path = require('path-browserify')
i highly doubt the README is wrong given how many people use this package, scratching my head here a bit...