tried npm_config_yes=true tried --yes and I still get requires confirmation for installation
context: $ npm -v 8.11.0 $ node -v v16.15.1
Any workaround is appreciated also
I had a similar issue with npx, —-yes wasn’t working but -y worked as expected.
—-yes
-y
Copyright © 2021 Jogjafile Inc.
I had a similar issue with npx,
—-yeswasn’t working but-yworked as expected.