-
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Feb 26, 2022
Replies: 2 comments 2 replies
-
So, OK, you don't know what is wrong! Let's start with the way you post your question here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @SiKi02 I'm going to suppose you are using LInux/Mac, this happens when the
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @SiKi02 I'm going to suppose you are using LInux/Mac, this happens when the
node_modules
are no added to your path so please do the following.bash_profile
or.bashrc
filenpm i -g yarn