Closed RichardLitt closed 7 years ago
Instead of specifying in the README which modules the user needs to download, run this command:
npm install --save ner npm install --save promise
And commit the changed package.json file. This way, in the future, the user can just run npm i.
npm i
Related to https://github.com/openjournals/joss-reviews/issues/293.
Done
Instead of specifying in the README which modules the user needs to download, run this command:
And commit the changed package.json file. This way, in the future, the user can just run
npm i
.Related to https://github.com/openjournals/joss-reviews/issues/293.