pandastrike / pbx

An experimental reimagining of Patchboard, optimized for modularity and ES6ness.
MIT License
0 stars 1 forks source link

require("pbx") fails #2

Closed PandaWhisperer closed 9 years ago

PandaWhisperer commented 9 years ago

After installing pbx and fixing #1, doing require("pbx") fails with Error: Cannot find module 'processor'.

This is probably due to src/index.coffee#L1 requiring "processor" instead of "./processor".