I'm trying to start a local test server. After login, and goto https://localhost:8443/profile/card#me , it shows ENOENT: no such file or directory, stat 'xxx/node_modules/solid-server/node_modules/mashlib/dist/index.html'.
And there is no xxx/node_modules/solid-server/node_modules in xxx/node_modules/solid-server
I'm using NSS 5.2.2
Maybe this line should use require instead of a hardcoded path?
https://github.com/solid/node-solid-server/blob/6432c4ed9c41a930c6f0b8b550034b96beb6fd32/lib/handlers/get.js#L92
I'm trying to start a local test server. After login, and goto https://localhost:8443/profile/card#me , it shows
ENOENT: no such file or directory, stat 'xxx/node_modules/solid-server/node_modules/mashlib/dist/index.html'.And there is no
xxx/node_modules/solid-server/node_modulesinxxx/node_modules/solid-serverI'm using NSS 5.2.2
Maybe this line should use
requireinstead of a hardcoded path?https://github.com/solid/node-solid-server/blob/6432c4ed9c41a930c6f0b8b550034b96beb6fd32/lib/handlers/get.js#L92