W
Wasp-langDiego Escudero

Quick Start not working?

I'm following this tutorial: https://wasp-lang.dev/docs/quick-start After opening my terminal and running curl -sSL https://get.wasp-lang.dev/installer.sh | sh I get the warning in the image. Any solution? Thanks
Quick Start | Wasp
Installation
No description
kapa.ai
kapa.ai•20d ago
Hi @Diego Escudero. 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 without the specific details of the warning message you're encountering, it's difficult to provide a precise solution. However, I can suggest a few general troubleshooting steps based on common issues: 1. Check your Node.js version: Wasp requires Node.js and it might cause issues if it's missing or not the correct version. You can check your Node.js version by running node -v in your terminal. If Node.js is not installed or you have an incompatible version, you might need to install or update it. 2. Check your internet connection: The installation command you're running is downloading Wasp from the internet. Make sure your internet connection is stable. 3. Try running the command again: Sometimes, temporary issues can cause the installation to fail. Try running the command again after a few minutes. 4. Check for permission issues: If you're getting a permission error, you might need to run the command with sudo. If none of these steps solve your issue, I recommend you to open an issue on the Wasp Github page (https://github.com/wasp-lang/wasp/issues) or ask for help in the Wasp Discord community (https://discord.gg/rzdnErX). They should be able to provide more specific assistance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @Diego Escudero, 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?
miho
miho•19d ago
@kapa.ai The user is seeing this:
WARNING: It looks like '/Users/diegoescudero/ local/bin' is not on your PATH! You will not be able to invoke wasp from the terminal b y its name.
You can add it to your PATH by adding following line into your profile file (~/ profile or
~/zshrc or ~/.bash_profile or ~/.bashrc
or some other, depending on your configuration):
export PATH=$PATH: /Users/diegoescudero/.local/bin
WARNING: It looks like '/Users/diegoescudero/ local/bin' is not on your PATH! You will not be able to invoke wasp from the terminal b y its name.
You can add it to your PATH by adding following line into your profile file (~/ profile or
~/zshrc or ~/.bash_profile or ~/.bashrc
or some other, depending on your configuration):
export PATH=$PATH: /Users/diegoescudero/.local/bin
kapa.ai
kapa.ai•19d ago
Let me check the knowledge base for you. One moment! :books: ---------------------- The warning message you're seeing is indicating that the directory where the Wasp executable is located (/Users/diegoescudero/.local/bin) is not included in your system's PATH environment variable. The PATH environment variable is a list of directories that your system checks when you run a command. If the directory containing the command is not in your PATH, you won't be able to run the command directly. To resolve this issue, you need to add the directory to your PATH. Here's how you can do it: 1. Open your shell configuration file. This could be one of several files, depending on your system configuration and which shell you're using. Common options are ~/.bashrc, ~/.bash_profile, or ~/.zshrc. 2. Add the following line at the end of the file:
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
This line adds the .local/bin directory located in your home directory to the beginning of the PATH variable. 3. Save the changes and close the file. 4. Reload the shell configuration by running the following command in your terminal: For Bash shell:
source ~/.bashrc
source ~/.bashrc
or
source ~/.bash_profile
source ~/.bash_profile
For Zsh shell:
source ~/.zshrc
source ~/.zshrc
After following these steps, the .local/bin directory should be added to your PATH, and you should be able to run the wasp command without encountering the "not on your PATH" error. This solution is based on the advice given in a Discord support thread (https://discord.com/channels/686873244791210014/1214888257595121684) for Wasp. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @miho, 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?
miho
miho•19d ago
@Diego Escudero the bot gave a great answer 🙂 after you do what the bot suggested, the wasp command should work properly
Want results from more Discord servers?
Add your server
More Posts
I cant see ubunbtu on my Linux sub system folderI just started with this programming stuff and i wanted to try my app with this new ai called magegpIs it possible to separate client and server wasp build?each time I update stuff on client, and want to push to netlify, I need to run wasp build, but it refly.io deployment errorI tried to deploy to fly.io, and I set DATABASE_URL, and I tested it can connect successfully with dfront end developers demand in job marketCan anyone please tell me about the demand of a beginner level front end developer in job market nowPassing Context for Dependency InjectionIs there a standard pattern for passing the context object for database interaction to functions? WGetting Updates to the Open SaaS Template (not working?)I am following the guide in [Getting Started](https://docs.opensaas.sh/start/getting-started/), howeCant find app and blog in my folder but it says wasp already installed.Hi everyone, ive installed Wasp but i cant find where the app and blog folder is at. It keeps says NsignupWhen defining action in main file If i dont want to use entity as i dont want to store in the db. CaStoring additional data in sessionHi everyone 😉 I'm exploring a possibility to develop my new project in WASP which looks really awesOAuth Login Error with Google Credentials in Local EnvironmentHello everyone, I need a bit of help. In my local environment, I've correctly set up the GOOGLE_CLIETypescript not validating included relationThis is likely due to my inexperience with typescript, but I've been trying to access a related propcustomize auth UI button shapeHi, I see there is an appearance to customize the color of the auth UI, how can I change the shape oStarlight missing trailing slashStarlight's sidebar doesn't include a trailing slash ("/") at the end of the URL, leading to a 301 rSuggested cookie consent plugin?I have been trying a few cookie consent plugins for React, but none seem to work well with Wasp (e.gpaypal & other payment gateway integrationI am curious if there is guideline/template for integration of other payment gateway apart from striGoogle Tag ManagerHey everyone, I am implementing Google Tag Manager according to the instructions (attached). The <hecustom http api endpointHello. I am following some of the documents for custom http api endpoint. 8 gave an 'api foobar' defIs it possible to customise titles of Auth component?I create an app in french, I can't let it in english. I saw I can customize the colors but that's noHow can I custom the verification email content?+ Can I use SendGrid template?failed to solve: process "/bin/bash -ol pipefail -c npm run build" did not complete successfully: exwhile deploying client on railway Linux