Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update Node.js references #1551

Merged
merged 2 commits into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We recommend using a conda environment, but this is not the only way.
Create and activate a [conda](https://docs.conda.io) environment:

```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
conda activate auspice
```

Expand Down
4 changes: 2 additions & 2 deletions docs/introduction/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Prerequisites
Auspice is a JavaScript program, and requires [Node.js](https://nodejs.org/) to be installed on your system.
We've had success running a range of different node versions between 10.8 and 13.
Refer to `engines.node` in [package.json](https://github.com/nextstrain/auspice/blob/-/package.json) for currently supported versions.

We highly recommend using [Conda](https://conda.io/docs/) to manage environments, i.e. use Conda to create an environment with Node.js installed where you can use Auspice.
It's possible to use other methods, but this documentation presupposes that you have Conda installed.
Expand All @@ -24,7 +24,7 @@ You can also use the Windows Subsystem Linux for a fuller Linux environment.

## Create a Conda Environment
```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
conda activate auspice
```

Expand Down
2 changes: 1 addition & 1 deletion docs/narratives/create-pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you've followed the [auspice install instructions](https://docs.nextstrain.or
If not, you can create the necessary conda environment via:

```bash
conda create --name auspice nodejs=12
conda create --name auspice nodejs=14
```

Install Decktape via:
Expand Down