Shopify install in linux | Create shopify project from beginners


sudo apt update && sudo apt -y upgrade sudo apt install -y build-essential libssl-dev libpng-dev curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash exit nvm install node --lts 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 update && sudo apt install -y --no-install-recommends yarn source ~/.profile

OR


https://shopify.github.io/slate/docs/system-requirements

Comments

Popular Posts