Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Fixes order for yarn command on setup.go #608

Merged

Conversation

mayra-cabrera
Copy link
Contributor

Changes yarn command from yarn --no-progress install to yarn install --no-progress on setup.go.

Otherwise, yarn gets confused (because it does not identify the command) and throws the following:

--> yarn --no-progress install
error `install` has been replaced with `add` to add new dependencies.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation
about this command.

Tested on Yarn 0.27.5

Changes yarn command from yarn --no-progress install to yarn install
--no-progress". Otherwisei, yarn get confused (because it does not
identifies the command) and throws the following:

```bash
--> yarn --no-progress install
error `install` has been replaced with `add` to add new dependencies.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation
about this command.
```

Tested on yarn 0.27.5
@markbates markbates merged commit cb40e19 into gobuffalo:development Aug 27, 2017
@mayra-cabrera mayra-cabrera deleted the fix-yarn-command-on-setup branch August 27, 2017 23:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants