Unable to run postman collection using newman due Node version <10

Karthik Kancharla's Avatar

Karthik Kancharla

06 Oct, 2020 02:30 PM

Hi ,

Unable to run postman collection using newman due Node version <10.

In the consloe displayed as "Command executed with exception: newman: required node version >=10"
in build node version displayed as below
 current: "node":"8.17.0","npm":"6.13.4"

when i verified in my local the node version is v14.12.0

Below is the PS Build script i used

npm install -g --unicode=false newman
newman run .\Insight_TestAutomation.json -e .\Insights_Test_Environment.postman_environment.json -g .\Insights.postman_globals.json -n 1 -k --disable-unicode

Please do need full help how to upgrade the node version

  1. Support Staff 1 Posted by Feodor Fitsner on 06 Oct, 2020 04:25 PM

    Feodor Fitsner's Avatar

    Hi Karthik,

    Please add the following command to switch Node to the latest 14.x release:

    Install-Product node 14 x64
    
  2. Feodor Fitsner closed this discussion on 06 Dec, 2020 09:03 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac