You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: