I've been following the tutorial at
tiddlywiki.com on
setting up tiddlywiki on node.js through IIS.
I got through the entire tutorial but when I try to load the page I get an error in the node.log_XXXX_YYYYMMDDssmmmm.log:
fs.js:114
throw err;
^
Error: EPERM: operation not permitted, lstat 'C:\Users\me'
at Object.realpathSync (fs.js:1456:7)
at toRealPath (internal/modules/cjs/loader.js:203:13)
at Function.Module._findPath (internal/modules/cjs/loader.js:269:22)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:579:25)
at Function.Module._load (internal/modules/cjs/loader.js:508:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
I also get the following error message in my browser (eventually):
![]()
I've gotten this to work in nginx before and if the node.js process craps out you'll get a 502 Bad Gateway there as well....
Any idea what could be wrong? I myself think maybe it's an issue with the node version I'm using on Windows
(node v10.15.3, npm 6.9.0) or maybe NTFS permissions.