Anonyfox / node-webkit-hipster-seed

Bootstrap a crossplatform Desktop Application using tools you probably never heard of.
Other
1.29k stars 83 forks source link

error when you require node modules (with require()) #15

Closed awli closed 10 years ago

awli commented 10 years ago

Calls to require result in an AssertionError:

http = require('http')
# => AssertionError: missing path

I'm not sure what's quite going on. Can anyone reproduce this error?

awli commented 10 years ago

It turns out that I was importing ace.js, which overrides require.