Reame dependecies fix
This commit is contained in:
@@ -6,8 +6,8 @@ Script will pack your WebNovels into convinient eBooks, complete with cover imag
|
|||||||
It's a Node.js project so install that.
|
It's a Node.js project so install that.
|
||||||
Project is using `node-html-parser` and `nodemailer` libraries. It should be enough to:
|
Project is using `node-html-parser` and `nodemailer` libraries. It should be enough to:
|
||||||
```
|
```
|
||||||
npm install node-html-parser --save
|
npm install --save node-html-parser
|
||||||
npm install nodemailer --save
|
npm install --save nodemailer
|
||||||
```
|
```
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
|
|||||||
Reference in New Issue
Block a user