上QQ阅读APP看书,第一时间看更新
Getting ready
Create a new package.json file with the following content:
{ "dependencies": { "express": "4.16.3", "vhost": "3.0.2" } }
Then, install the dependencies by opening a terminal and running:
npm install
Create a new package.json file with the following content:
{ "dependencies": { "express": "4.16.3", "vhost": "3.0.2" } }
Then, install the dependencies by opening a terminal and running:
npm install