Migrate to yarn #19

Closed
opened 2020-04-17 23:43:31 +00:00 by falk · 1 comment
Collaborator

For performance reasons migrate to yarn

For performance reasons migrate to yarn
falk added this to the MVP Version 0.1 milestone 2020-04-17 23:43:31 +00:00
falk added the enhancement label 2020-04-17 23:43:31 +00:00
oliver was assigned by falk 2020-04-17 23:43:31 +00:00
oliver added the backend label 2020-04-18 17:46:08 +00:00
oliver added the frontend label 2020-04-18 17:47:36 +00:00
Author
Collaborator

Install yarn by

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 yarn
Install yarn by - downloading the installer for windows: https://classic.yarnpkg.com/en/docs/install#windows-stable - install on debian/ubuntu with: ``` 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 yarn ```
falk referenced this issue from a commit 2020-05-01 21:43:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SimCompanies/dashboard#19