Azure-Samples / active-directory-node-webapi

A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.
105 stars 64 forks source link

cd node-server in step 6 should be before npm install in step 5 #4

Closed anujc closed 9 years ago

anujc commented 10 years ago

cd node-server in step 6 should be before npm install in step 5 other wise npm install fails since it couldn't find package.json