Skip to content
New issue

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

Feedback for “Installing Stencil CLI” #33

Closed
bobghkuranda opened this issue Jan 10, 2024 · 1 comment
Closed

Feedback for “Installing Stencil CLI” #33

bobghkuranda opened this issue Jan 10, 2024 · 1 comment
Assignees

Comments

@bobghkuranda
Copy link

bobghkuranda commented Jan 10, 2024

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

@slsriehl
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants