Wasp cannot find wasp root after downloading MageGPT app
Hi, nice to meet you all!
I am having issues to run the app that MageGPT generated for me.
I have installed wasp and I have tried to setup a blank app and it worked.
Unfortunately when I tried running the generated code, it said:
Couldn't find wasp project root - make sure you are running this command from a Wasp project.
I am wondering how to fix this issue. I will appreciate your help.
7 Replies
Make sure you are positioned in the project folder before running Wasp commands
I've placed .wasproot file and it is working now. This file was not part of the zip which I've downloaded
Can you share the project URL here? We generate .wasproot file usually
MAGE - GPT Web App Generator ✨
Generate your full-stack React, Node.js and Prisma web app using the magic of GPT and the Wasp full-stack framework.
I see the
.wasproot
in the ZIP 🤷♂️I see, it might be something ubuntu related
when I was copy pasting
thank you!
Ah yes, on linux, when you are doing
cp
recursively, it can drop out hidden files in some cases!