I am using node.js 8.9.4 on a synology. I am developing a syncadaptor plugin to connect Tiddlywiki wtith a node-solid-server. I take inspiration from the plugin developped for RemoteStorage https://github.com/fiatjaf/tiddlywiki-remotestorage/blob/master/README.md I try it and it works https://tiddly.alhur.es/
I finished my code on https: https://github.com/bourgeoa/tiddlywiki-node-solid-server/blob/master/package.json and was going to test it. I build it following the process described in Scripts for building tiddlywiki.com <https://tiddlywiki.com/dev/#Scripts%20for%20building%20tiddlywiki.com> find in https://tiddlywiki.com/dev/ I also build the original remotestorage plugin and got the exact same problem. As a results with both plugin : remotestorage and min note-solid-server : - both build without error - when I use the produced index.html both give error due to unresolved require for the module name 'remotestorage' in one case and 'node-solid-server' in the other case Internal JavaScript Error Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser uncaught exception: Cannot find module named 'remotestoragejs' required by module '$:/plugins/tiddlywiki/remotestorage/syncadaptor.js', resolved to remotestoragejs Could someone help ? I saw something on babelify don't know how to do ? <https://tiddlywiki.com/dev/#Scripts%20for%20building%20tiddlywiki.com> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/a922b01e-2696-4da5-8da8-cd6a4898d3af%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
