Skip to content

fix: node engine requriement more flexible#748

Merged
wesleyboar merged 1 commit intomainfrom
fix/node-engine-version
Nov 16, 2023
Merged

fix: node engine requriement more flexible#748
wesleyboar merged 1 commit intomainfrom
fix/node-engine-version

Conversation

@wesleyboar
Copy link
Copy Markdown
Member

@wesleyboar wesleyboar commented Nov 16, 2023

Overview

Prevent warning about Node engine requirement vs current.

Step 20/27 : RUN npm ci
 ---> Running in 9ad2a2efac6c
�[91mnpm�[0m�[91m WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@tacc/core-cms@4.1.0',
npm WARN EBADENGINE   required: { node: '^16.14.0', npm: '^8.3.0' },
npm WARN EBADENGINE   current: { node: 'v18.18.2', npm: '9.8.1' }
npm WARN EBADENGINE }
[91mnpm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated

Related

None.

Changes

  • changed engine specificity

Testing

  1. Build.
  2. Verify no "Unsupported engine" warning.

UI

Step 20/27 : RUN npm ci
 ---> Running in 42e651060693
�[91mnpm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated

@wesleyboar wesleyboar merged commit 219003e into main Nov 16, 2023
@wesleyboar wesleyboar deleted the fix/node-engine-version branch November 16, 2023 23:53
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

Successfully merging this pull request may close these issues.

1 participant