tiddlywiki-remotestorage icon indicating copy to clipboard operation
tiddlywiki-remotestorage copied to clipboard

Unable to build the plugin

Open bourgeoa opened this issue 5 years ago • 4 comments

I wanted to build your plugin and followed all steps in https://tiddlywiki.com/dev/ It does compile but when I use the index.html I got :

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

It seems that const remostorage = require("remotstoragejs") was not resolved.

Can you tell me how you did it. I'm using node.js 8.9.4

I'm using your plugin as an example to develop a syncadaptor to node-solid-server.

bourgeoa avatar Dec 23 '18 23:12 bourgeoa