Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1518 from JasonCoombs/patch-1
Browse files Browse the repository at this point in the history
Instruct to install Node.js w/Node Version Manager
  • Loading branch information
ashleymichal authored Sep 11, 2020
2 parents 3e4d588 + accc89c commit 1a98f90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ You have many options to install wrangler!

### Install with `npm`

We strongly recommend you install `npm` with a Node version manager like [`nvm`](https://github.com/nvm-sh/nvm#installing-and-updating), which will allow `wrangler` to install configuration data in a global `node_modules` directory in your user's home directory, without requiring that you run as `root`.

Once you've installed `nvm`, run:

```bash
npm i @cloudflare/wrangler -g
```
Expand Down

0 comments on commit 1a98f90

Please sign in to comment.