skip to Main Content

Install yarn and npm in WSL – Debian

I have installed Windows Subsystem for Linux (WSL) and Ubuntu 16.04 on my Windows 10. Then I followed this to install yarn: sudo apt update sudo apt install curl curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/…

VIEW QUESTION

Building front before creating Docker image – Debian

I'm new to Docker and currently and I'm working on the dokernizing some apps. Structure of project : -PlayProject -------app ----------controllers ----------models ----------views -------ci -------conf -------project -------public ----------css ----------js ----------img ----------fonts -------sbt-cache -------src -------target -------front ------------header (npm folder) ------------footer (npm…

VIEW QUESTION
Back To Top
Search