I just installed newman and able to run postman-collection test cases with the command line.
However, when I try to create NodeJs script the following statement const newman = require(‘newman’); // require newman in your project
throws exception Error: Cannot find module ‘newman’ Require stack:
I am not sure how to fix this problem. Any help is appreciated.