Open captain-woof opened 3 years ago
Accessing the web dashboard after running
yarn dev
throwsnucleus Error: ENOENT: no such file or directory, open 'SOME-DIR/nucleus-server/public_out/index.html'
error. Thepublic_out
is not a real directory.Changing all occurences of
public_out
topublic
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?
u need to build fe first - try type yarn build:fe:dev && yarn dev
Accessing the web dashboard after running
yarn dev
throwsnucleus Error: ENOENT: no such file or directory, open 'SOME-DIR/nucleus-server/public_out/index.html'
error. Thepublic_out
is not a real directory.Changing all occurences of
public_out
topublic
raises this error:How do I fix this?