-
Notifications
You must be signed in to change notification settings - Fork 2
2. Installation
Hanif Dwy Putra S edited this page Nov 7, 2021
·
2 revisions
First, you need to install NodeJS from Official NodeJS Website or NodeJS Distributions
Once nodejs installed, now you are ready to following bellow steps.
- Create a folder or go to a folder.
- If the folder is a newly created folder, please initialize
package.json
first. (yarn init
ornpm init
and answer all question) - Type
npm install otakudesu-scraper --only=prod
oryarn add otakudesu-scraper --production
and wait until installation process completed. - Finally,
otakudesu-scrape
is ready to use.