You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use it for an application, but hardly anything works. It is throwing syntax errors, it is crashing my require commands, and when I got all that working, it is not even building the ddoc correctly.
I believe all of this is due to the shim trying to maintain the old require('foo/bar') system. Could we just get rid of that shim completely? If people are depending on it, then perhaps we can tag node-couchapp and they can pin to that version in kanso.json.
The text was updated successfully, but these errors were encountered:
da B0rken -> da Fixed? Check version 0.9.1 and see if it works for you. Proper require's ( I mean who mocks require), and attachments all working. Includes a kind of test suite.
What is the status of this package?
I tried to use it for an application, but hardly anything works. It is throwing syntax errors, it is crashing my require commands, and when I got all that working, it is not even building the ddoc correctly.
I believe all of this is due to the shim trying to maintain the old
require('foo/bar')
system. Could we just get rid of that shim completely? If people are depending on it, then perhaps we can tag node-couchapp and they can pin to that version in kanso.json.The text was updated successfully, but these errors were encountered: