varunshenoy/opendream

Missing requirements

Opened this issue · 2 comments

Should be written this requires npm.

Might be missing other requirements? I'm still trying to get this running and hitting issues where it seems like no extensions are loaded.

That's a good catch. npm installs can be a bit finicky; you may have to run some of the commands with sudo and delete node_packages + reinstall.

Thanks, it ended up being because I was trying to access the server on non-localhost. Maybe can remove references to 127.0.0.1 in endpoints exposed to the html?