Skip to content

Deployment on Linux

Dipak Purbey edited this page May 24, 2017 · 1 revision

Following steps should be kept in mind:

  1. After doing npm init, make sure that the port no in config.json file is not stored as string i.e. "", it should be changed to integer i.e.
  2. Before issuing npm run start, run pm2 update command.
Clone this wiki locally