Browse Source

Remove double reference to npm

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 5 years ago
parent
commit
7aeea9e9e8
  1. 2
      _core/smart/sdk-quickstart.md

2
_core/smart/sdk-quickstart.md

@ -21,7 +21,7 @@ You can use the software developer kit (SDK) to develop, test, and deploy Clarit
{% include note.html content="This tutorial was written on macOS High Sierra 10.13.4. If you use a Windows or Linux system, you can still follow along. However, you will need to \"translate\" appropriately for your operating system." %}
For this tutorial, you will use `npm` to manage dependencies and scripts. The tutorial relies on the `npm` dependency manager. Before you begin, verify you have installed `npm` using the `which` command to verify.
For this tutorial, you will use `npm` to manage dependencies and scripts. Before you begin, verify you have installed `npm` using the `which` command to verify.
```bash
$ which npm

Loading…
Cancel
Save