Suyog Patil
WWasp-lang
•Created by Suyog Patil on 10/8/2023 in #🙋questions
issue while running the example app on linux
While setting up project following readme file under Run example app.
when run this
cabal run wasp-cli db migrate-dev
I 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?8 replies