not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
146 B

  1. ```bash
  2. npm install express --save
  3. npm install express-session --save
  4. npm install url --save
  5. npm install whiskers --save
  6. npm install fs --save
  7. ```