Skip to content

Commit

Permalink
Add Node.js version requirement to readme.
Browse files Browse the repository at this point in the history
Change-Id: I81bc3cb5f3fc0d20bd6e560783f438fee065b9a3
  • Loading branch information
jfschmakeit committed Oct 9, 2018
1 parent 004a6e7 commit 22b7944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REST/PhotoFrame/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config.oAuthclientSecret = 'ADD YOUR CLIENT SECRET';
```

You are now ready to run the sample:
1. Ensure [Node.JS](https://nodejs.org/) and [npm](https://www.npmjs.com/) are installed and available on your system.
1. Ensure [Node.JS](https://nodejs.org/) and [npm](https://www.npmjs.com/) are installed and available on your system. You need Node.js v7.8.0 or later to run this sample.
1. Navigate to the directory of this sample: `REST/PhotoFrame`.
1. Install dependencies: Run `npm install`,
1. Start the app: Run `node app.js`.
Expand Down

0 comments on commit 22b7944

Please sign in to comment.