Skip to content
Open
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
5 changes: 4 additions & 1 deletion tutorials/lesson2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Let's explore what the Vue CLI has setup for us. Start by running:
```
npm run serve
```

If you get an error "error:0308010C:digital envelope routines::unsupported", they change your NODE_OPTIONS. Put this in your ~/.bashrc file or enter it each time you log in.
```
export NODE_OPTIONS=--openssl-legacy-provider
```
This will run a webserver on localhost, port 8080, which you can visit in
your web browser:

Expand Down