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 use ShareJS with Browserify, and I have a browser-side error: Error: Cannot find module 'ot-json0'
I have tested to browserify a simple require of shareJS: require('share').client;
and the error persist.
I have verified in the source of the bundle generated by Browserify and the code of ot-json0 is here.
How can I resolve that ?
Thanks by advance,
Thomas.
The text was updated successfully, but these errors were encountered:
Hi,
I use ShareJS with Browserify, and I have a browser-side error:
Error: Cannot find module 'ot-json0'
I have tested to browserify a simple require of shareJS:
require('share').client;
and the error persist.
I have verified in the source of the bundle generated by Browserify and the code of ot-json0 is here.
How can I resolve that ?
Thanks by advance,
Thomas.
The text was updated successfully, but these errors were encountered: