destructivebear
destructivebear
WWasp-lang
Created by destructivebear on 7/31/2023 in #🙋questions
Unable to find wasp command
Hello again! I was able to get to the point of successful browser opening from running through the setup in terminal. However, I wasn't able to view anything on the webpage other than the Wasp Congrats-ish page even after checking over the code in VS code and moving some things around. I decided to re-run Wasp and my app, and after doing so, my nvm seems to be working but when I get to the point of wasp new <my project> it says zsh: command not found: wasp Before I had this issue it said something about looking in my ~/.bash_profile and adding an export of my local bin into the code of that file. Did that, didn't work. Also decided to look directly in my /.local/bin folder where wasp is and it says ❌ --- [Error] Node requirement not met: ------------------------------------------ Your Node version does not meet Wasp's requirements! You are running Node 16.13.0. Wasp requires Node ^18.12.0 to be installed and in PATH. Check Wasp documentation for more details: https://wasp-lang.dev/docs/quick-start#requirements. When I go back into another Terminal window, I'm able to actively verify that node/nvm is running... at V18.... I don't understand why it says it's not but I think it could possibly have something to do with why it overall is saying the wasp command isn't found. Can anyone help or explain what's going on? Would be much appreciated
7 replies
WWasp-lang
Created by destructivebear on 7/30/2023 in #🙋questions
'Docker' not installed
Hello, I'm a new Wasp user and have very little knowledge of code and got stuck in the process of running an app. I almost successfully ran my project but then it said it couldn't connect to the database, which said could be easily started with 'wasp start db'. Did that, but then it said ❌ --- [Error] Couldn't find docker executable: --------------------------------- To run PostgreSQL dev database, Wasp needs docker installed and in PATH. How do I install 'docker' and put it in PATH? What/where is docker and PATH?
4 replies