[
https://issues.apache.org/jira/browse/RANGER-5361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18030073#comment-18030073
]
Mugdha Varadkar commented on RANGER-5361:
-----------------------------------------
master branch commit -
https://github.com/apache/ranger/commit/1f6d680050ff0cc647ec304140e3ae3e09414833
ranger-2.8 branch commit -
https://github.com/apache/ranger/commit/a7d9ca376d555202d87494c3eb827ea5edf90bb9
> Updating node & npm version getting used for building ranger admin js code in
> security-admin module
> ---------------------------------------------------------------------------------------------------
>
> Key: RANGER-5361
> URL: https://issues.apache.org/jira/browse/RANGER-5361
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 3.0.0, 2.8.0
> Reporter: Mugdha Varadkar
> Assignee: Mugdha Varadkar
> Priority: Major
> Attachments: 0001-RANGER-5361.patch
>
>
> Created this jira to update the node & the npm version getting used to build
> ranger admin js code in security-admin module.
> RANGER-528, caused a regression, and the following warning started to appear,
> {code:java}
> [INFO] Running 'npm ci' in
> /home/admin/mugdha/Workspace/cloudera/github/ranger/security-admin/target/react-webapp
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>=18' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>=18' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>=18' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>=18' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>=16.17' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>=18' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>= 18.12.0' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>= 18.12.0' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE }
> [INFO] npm WARN EBADENGINE Unsupported engine {
> [INFO] npm WARN EBADENGINE package: '[email protected]',
> [INFO] npm WARN EBADENGINE required: { node: '>=18' },
> [INFO] npm WARN EBADENGINE current: { node: 'v16.0.0', npm: '7.10.0' }
> [INFO] npm WARN EBADENGINE } {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)