Error: Cannot find module 'url-template'

Error: Cannot find module ‘url-template’. I am following the tutorial that used the Flight Search template. I have made the modifications that were specified but when I attempt to run “node app.js”, the above error is thrown. Oh, I have NGROK running and am using the “forwarding URL” in the configuration file.

Dear Michael,

Please run the following command to install the missing modules. This will install the module based on your local profile.

npm install url-template --save

Similarly, you can install follow-up required modules in the above format. To download and install packages globally, on the command line, you can run the following command:

npm install -g <package_name>

Please follow the document link below to install the required modules as necessary:

Hope this helps.

Thanks & Regards,
Kore.ai Technical Support Team