Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 5ee5b52

Browse files
committed
Merge pull request #14 from AzureADSamples/dev
Update to use the new passport-azure-ad and no longer include the lib…
2 parents 6f37dab + 4eb3400 commit 5ee5b52

19 files changed

Lines changed: 295 additions & 2066 deletions

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@ Next, clone the sample repo and install the NPM.
4545
From your shell or command line:
4646

4747
* `$ git clone git@github.com:AzureADSamples/WebAPI-Nodejs.git`
48-
* `$ npm install`
49-
50-
**Did you get an error?:** Restify provides a powerful mechanism to trace REST calls using DTrace. However, many operating systems do not have DTrace available. You can safely ignore these errors.
51-
5248
* `$ cd node-server`
53-
* `$ npm install` (yes, again)
49+
* `$ npm install`
5450

5551
### Step 6: Configure your server using config.js
5652

0 commit comments

Comments
 (0)