issue while running the example app on linux
While setting up project following readme file under Run example app.
when run this
I get this error
after running
but when again when i run
Don't know where is the issue in project or with docker or something else.
But looking at the file directory path in the error it is not correct.
Path of the Project is
I think the issue is that it is not considering the white space
How do make the project up in running?
when run this
cabal run wasp-cli db migrate-devI get this error
after running
cabal run wasp-cli start db db get running.but when again when i run
cabal run wasp-cli db migrate-dev this command it gives me this error Don't know where is the issue in project or with docker or something else.
But looking at the file directory path in the error it is not correct.
Path of the Project is
I think the issue is that it is not considering the white space
How do make the project up in running?