11 Replies
Hi @🍀 U͍͓͍s͍͙̻e̢͉͚l̝͙e͔͇̫s̝s 🍀. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I'm sorry, but your question is quite vague and doesn't provide enough context for me to understand what you're asking about regarding Wasp. There's also no image visible in your message that I can reference.
If you're having an issue with Wasp (the web application framework), could you please provide more specific details about:
- What you're trying to accomplish
- Any error messages you're seeing
- What part of Wasp you're working with
I'd be happy to help with specific Wasp-related questions about installation, deployment, database setup, CLI commands, or other aspects of the framework.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @🍀 U͍͓͍s͍͙̻e̢͉͚l̝͙e͔͇̫s̝s 🍀, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
when i use wasp new it says command not found
You will need to install wasp before using it.
I did, thats the thing
Windows?
1. Can you re-run the installer? It probably has a message related to
PATH
telling you what to do.
2. We strongly discourage placing your projects in /mnt/C
(the Windows filesystem), and recommend sticking to the Linux side, otherwise file-watching and permissions might not run correctly.Ok! Done, but i have seem to ran into a new problem

The error message indicates that you need to upgrade to Node 20.x or higher. nvm is recommended if you need to run multiple versions: https://wasp.sh/docs/quick-start#requirements
Quick Start | Wasp
Installation
i updated it tho, to latest
Wohooo @🍀 U͍͓͍s͍͙̻e̢͉͚l̝͙e͔͇̫s̝s 🍀, you just became a Waspeteer level 1!
What's the output if you run
node -v
?