I'm trying to embed a Firepad editor using ace in Aurelia. I've jspm installed firepad, but when I import Firepad from 'firepad'; I get an error in the console telling me Uncaught Node Child_Process module not supported in the browser.
Has anyone had success using Firepad with Aurelia? If so, how?
Thanks in advance.