You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bobghkuranda! Thanks for raising this issue and building with BigCommerce. We published this change a bit early -- the document has been updated to reflect Node 18 as the recommended version. See #27.
Following this guide at the time of writing install gives a couple unsupported versions warnings on MacOS Sonoma
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@bigcommerce/[email protected]',
npm WARN EBADENGINE required: { node: '>=16.0.0 <19.0.0', npm: '>=8.0.0 <10.0.0' },
npm WARN EBADENGINE current: { node: 'v20.10.0', npm: '10.2.3' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@bigcommerce/[email protected]',
npm WARN EBADENGINE required: { node: '>=16.0.0 <19.0.0' },
npm WARN EBADENGINE current: { node: 'v20.10.0', npm: '10.2.3' }
npm WARN EBADENGINE }
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
Running stencil bundle then conflicts with the Node version the instructions listed to install
Error: You are running an unsupported version of node. Please upgrade to >=16.0.0 <19.0.0
The text was updated successfully, but these errors were encountered: