To install dotenv is it the same to use yarn or npm ? #349
-
Hello when i type When i try to install dotenv with yarn So i used And do you know why i can't install it with Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jun 15, 2022
Replies: 1 comment 2 replies
-
@NinjaTurtles-cloud are you using ubuntu? Try this sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install yarn -y Now install yarn yarn install |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wilonweb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@NinjaTurtles-cloud are you using ubuntu? Try this
Now install yarn