Closed PandaWhisperer closed 9 years ago
After installing pbx and fixing #1, doing require("pbx") fails with Error: Cannot find module 'processor'.
pbx
require("pbx")
Error: Cannot find module 'processor'
This is probably due to src/index.coffee#L1 requiring "processor" instead of "./processor".
"processor"
"./processor"
After installing
pbx
and fixing #1, doingrequire("pbx")
fails withError: Cannot find module 'processor'
.This is probably due to src/index.coffee#L1 requiring
"processor"
instead of"./processor"
.