Accessing the web dashboard after running yarn dev throws nucleus Error: ENOENT: no such file or directory, open 'SOME-DIR/nucleus-server/public_out/index.html' error. The public_out is not a real directory.
Changing all occurences of public_out to public raises this error:
nucleus Unhandled error: / +7s
nucleus Error: ENOENT: no such file or directory, open 'SOME-DIRnucleus-server/public/index.html' +0ms
How do I fix this?
Accessing the web dashboard after running
yarn devthrowsnucleus Error: ENOENT: no such file or directory, open 'SOME-DIR/nucleus-server/public_out/index.html'error. Thepublic_outis not a real directory.Changing all occurences of
public_outtopublicraises this error:How do I fix this?