Hi everyone!
I am looking to trigger LoadRunner Cloud script from command line (Windows).
I have tried to install Node.js CLI tool from here https://admhelp.microfocus.com/lrc/en/2023.11/Content/Storm/t_cli_tools.htm#Run_a_test_and_return_results
But I am getting error when running "npm install" as mentioned in steps in the link above.
I am not behind proxy (npm config get proxy // returns null)
and connected to internet, can access any other websites except fraartifactory one.
I understand that it is trying to reach this website since it is mentioned in package.json file. But since it is giving DNS error, what website should it reach to?
How to resolve these errors? Is there any other way to trigger a script from cmd?
Any advice or help highly appreciated! Thanks!