We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm i should successfully resolve and install all the dependencies using the same environment as Stencil CLI (v8.4.0).
npm i
Node v20.18.0
npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: '@bigcommerce/[email protected]', npm warn EBADENGINE required: { node: '>=14.0.0 <19.0.0' }, npm warn EBADENGINE current: { node: 'v20.18.0', npm: '10.8.2' } npm warn EBADENGINE }
Stencil CLI 8.4.0 defines Node >=18, however one of the requirements "@bigcommerce/stencil-styles": "^6.1.1" requires Node >=20
The text was updated successfully, but these errors were encountered:
The solution is to update the "@bigcommerce/stencil-utils": "6.15.1", to "@bigcommerce/stencil-utils": "6.18.0", so it supports the Node >= 20
Sorry, something went wrong.
No branches or pull requests
Expected behavior
npm i
should successfully resolve and install all the dependencies using the same environment as Stencil CLI (v8.4.0).Actual behavior
Node v20.18.0
Stencil CLI 8.4.0 defines Node >=18, however one of the requirements "@bigcommerce/stencil-styles": "^6.1.1" requires Node >=20
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered: