I have a Windows Azure Blank Application where I installed azure module using npm UI. Then I go to command line and npm install express.
The following error message box appeared in VS:
```
---------------------------
Error Reading package.json
---------------------------
Error reading package.json file at 'C:\Users\huvalo\Documents\Visual Studio 2013\Projects\NodejsApp17\node_modules\express\node_modules\fresh\package.json'. The file may be parseable JSON but may contain objects with duplicate properties.
The following error occurred:
Can not add Newtonsoft.Json.Linq.JValue to Newtonsoft.Json.Linq.JObject.
---------------------------
OK
---------------------------
```
The following error message box appeared in VS:
```
---------------------------
Error Reading package.json
---------------------------
Error reading package.json file at 'C:\Users\huvalo\Documents\Visual Studio 2013\Projects\NodejsApp17\node_modules\express\node_modules\fresh\package.json'. The file may be parseable JSON but may contain objects with duplicate properties.
The following error occurred:
Can not add Newtonsoft.Json.Linq.JValue to Newtonsoft.Json.Linq.JObject.
---------------------------
OK
---------------------------
```