When I install Bigcommerce npm install -g @bigcommerce/stencil-cli I get this error

34 Views Asked by At

I get this error

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 :)

1

There are 1 best solutions below

0
Matt Coy On

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.