Open bean5 opened 4 years ago
README mentions path.join(), but that doesn't seem to exist. It just needs to mention: path = require('path').
path.join()
path = require('path')
README mentions
path.join()
, but that doesn't seem to exist. It just needs to mention:path = require('path')
.