Skip to content

To install dotenv is it the same to use yarn or npm ? #349

Answered by alymurtazamemon
wilonweb asked this question in Q&A
Discussion options

You must be logged in to vote

@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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@alymurtazamemon
Comment options

@wilonweb
Comment options

Answer selected by wilonweb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants