Error when i want to create a new project

i get this error "albert@rouche-hq:~$ wasp version Usage: wasp create Available commands: create Create a new UOMI agent project albert@rouche-hq:~$ wasp new Usage: wasp create Available commands: create Create a new UOMI agent project " everytime i want to create a new project or even check the version
2 Replies
Mitini ⚙ ☁
Mitini ⚙ ☁OP3w ago
@kapa.ai i ran "which was wasp" on my terminal and i got this "/home/albert/.nvm/versions/node/v22.21.1/bin/wasp " even when i run wasp version i still get same error @kapa.ai what if i delete teh old installation and start again. how can i achieve that
Carlos
Carlos3w ago
@Mitini ⚙ ☁, as @genyus pointed out in a previous comment, you're mixing up two different projects named "Wasp" You need to uninstall the other "Wasp" and then install this "Wasp" probably npm un -g wasp will uninstall the previous Wasp and curl -sSL https://get.wasp.sh/installer.sh | sh will install this Wasp

Did you find this page helpful?