When I run this npm install -g @bigcommerce/stencil-cli I get this error. When I try the above code in cmd, it throws an error Please find the below error screen.
How can i fix this issue please let me know if you understand this issue :)
When I run this npm install -g @bigcommerce/stencil-cli I get this error. When I try the above code in cmd, it throws an error Please find the below error screen.
How can i fix this issue please let me know if you understand this issue :)
It tells you the issue at the very top. You are using Node 20, but Stencil must be installed using Node 18. Please switch your Node version to 18 and try again.