Issues installing Oxygen CLI

I am seeing the below error while running the command - npm i -g oxygen-cli to install

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers@4.0.2 install: node build.js || nodejs build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers@4.0.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

What node.js version are you using?

Node.js v14.9.0.

The issue got resolved after downgrading the Node.js version to 12.8.3

1 Like

Thank you for letting us know and sharing the information, Sanathkv