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

Instruct to install Node.js w/Node Version Manager #1518

Merged
merged 3 commits into from
Sep 11, 2020
Merged
Changes from 1 commit
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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ You have many options to install wrangler!

### Install with `npm`

To install `wrangler` the Workers CLI with [`npm` installed](https://www.npmjs.com/get-npm) in typical installations you MUST USE a Node.js Version Manager e.g. use `nvm install node` to install Node.js and the `npm` package manager, then run:
ashleymichal marked this conversation as resolved.
Show resolved Hide resolved

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