Skip to content

Commit

Permalink
Updated npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhou committed Nov 7, 2019
1 parent 5f19f48 commit c7bd619
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 476 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The DeepPhe NLP extracts information from the patient cancer reports and stores

You must have the following tools installed:

- [Nodejs 10.15.1 (includes npm 6.4.1) or the latest LTS version](https://nodejs.org/en/download/) - which the DeepPhe-Viz tool is built upon
- [Nodejs 12.13.0 (includes npm 6.12.0) or the latest LTS version](https://nodejs.org/en/download/) - which the DeepPhe-Viz tool is built upon
- [Neo4j 3.5.x Server](https://neo4j.com/download-center/#releases) - is used to store the graph output from DeepPhe NLP

if you need to manage multiple versions of NodeJS, we have been successfully using the [nvm](https://github.com/creationix/nvm) tool to configure and manage our NodeJS environment; nvm enables a user to associate a paritcular NodeJS and NPM version with their Unix shell, allowing for each switching between NodeJS versions across different projects.
Expand Down
2 changes: 1 addition & 1 deletion lib/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

// Using joi for API parameters validation with Swagger
const Joi = require('joi');
const Joi = require('@hapi/joi');

// Use neo4j-driver to access to Neo4j
const neo4j = require('neo4j-driver').v1;
Expand Down
Loading

0 comments on commit c7bd619

Please sign in to comment.