nos / create-nos-dapp

CLI tool to generate a new nOS dApp
53 stars 35 forks source link

Fix `yarn add` command #21

Closed 12bits closed 6 years ago

12bits commented 6 years ago

From the docs (https://yarnpkg.com/lang/en/docs/cli/global/):

"Note: Unlike the --global flag in npm, global is a command which must immediately follow yarn. Entering yarn add global package-name will add the packages named global and package-name locally instead of adding package-name globally."

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

Closing issues

Fixes #22