Closed awli closed 10 years ago
Calls to require result in an AssertionError:
AssertionError
http = require('http') # => AssertionError: missing path
I'm not sure what's quite going on. Can anyone reproduce this error?
It turns out that I was importing ace.js, which overrides require.
Calls to require result in an
AssertionError
:I'm not sure what's quite going on. Can anyone reproduce this error?