omgnetwork / goban

Development environment bootstrapper for OmiseGO projects using Vagrant and Ansible.
Apache License 2.0
4 stars 1 forks source link

Add node and yarn to Goban's provisioning #5

Closed unnawut closed 6 years ago

unnawut commented 6 years ago

Issue/Task Number: T510

Overview

This PR adds node (required by jest) and yarn to support the upcoming Admin Panel front end.

Changes

Implementation Details

Usage

From your goban directory on your host machine, run vagrant provision. The provisioning should complete successfully and you should see the following tasks completed:

TASK [ewallet : install nodejs gpg key] ****************************************
changed: [ewallet]

TASK [ewallet : install nodejs] ************************************************
changed: [ewallet]

TASK [ewallet : install yarn gpg key] ******************************************
changed: [ewallet]

TASK [ewallet : install yarn repository] ***************************************
changed: [ewallet]

TASK [ewallet : install yarn] **************************************************
changed: [ewallet] => (item=[u'yarn=1.5.1-1'])

TASK [ewallet : install yarn dependencies] *************************************
changed: [ewallet]

Impact

Pull the latest commit. Run vagrant provision from your host machine.