Csaba Koncz created RANGER-2319:
-----------------------------------
Summary: Remove deprecated phantomjs NPM package
Key: RANGER-2319
URL: https://issues.apache.org/jira/browse/RANGER-2319
Project: Ranger
Issue Type: Wish
Components: admin
Affects Versions: 2.0.0
Reporter: Csaba Koncz
[Phantomjs|https://github.com/apache/ranger/blob/e1b0105eee67bb73c56b66b2dda1c3424555ab3e/security-admin/src/main/webapp/package.json#L15]
NPM package is deprecated.
{{}}
{code:java}
$ npm show phantomjs
phantomjs@2.1.7 | Apache-2.0 | deps: 8 | versions: 81
Headless WebKit with JS API
https://github.com/Medium/phantomjs
DEPRECATED ⚠️ - Package renamed to phantomjs-prebuilt. Please update 'phantomjs' package
references to 'phantomjs-prebuilt'{code}
Worse, karma-phantomjs-launcher brings in its version as phantomjs-prebuilt which results
in Phantomjs binaries being downloaded twice.
Build would speed up if only one Phantomjs version is downloaded.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|