chnage nodejs version to and older one code example
Example 1: node change version windows
npm install -g node@<version>
Example 2: use a specific version of node
nvm use {Node version}
npm install -g node@<version>
nvm use {Node version}