Bug 1358038
| Summary: | Fix gulp ECMDERR on older node, by forcing plato to 1.4 | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> |
| Status: | CLOSED ERRATA | QA Contact: | Dave Johnson <dajohnso> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.5.0 | CC: | akarve, dajohnso, dclarizi, hkataria, jhardy, jprause, mpovolny, obarenbo |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1358036 | Environment: | |
| Last Closed: | 2016-07-26 15:37:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1358036 | ||
| Bug Blocks: | 1358037 | ||
|
Description
Chris Pelland
2016-07-19 21:43:21 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=4fd8e734a72ced3267b882c7b14fc3466bb0fe09 commit 4fd8e734a72ced3267b882c7b14fc3466bb0fe09 Merge: a3ae5b3 06fb747 Author: Dan Clarizio <dclarizi> AuthorDate: Tue Jul 19 18:31:45 2016 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Tue Jul 19 18:31:45 2016 -0400 Merge branch 'fix-plato' into '5.5.z' Fix gulp ECMDERR on older node, by forcing plato to 1.4.* plato 1.6.0 recently came out, and brought in a dependency on strip-bom 3.0.0 (via eslint), which needs node 4+ This forces plato to 1.4.0 which has no such dependencies. https://bugzilla.redhat.com/show_bug.cgi?id=1358038 See merge request !1017 spa_ui/self_service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) [root@host-192-168-100-154 self_service]# grep plato package.json
"plato": "~1.4.0",
[root@host-192-168-100-154 self_service]# rpm -qa | grep cfme
rh-ruby22-rubygem-redhat_access_cfme-0.0.7-1.el7cf.noarch
cfme-appliance-5.5.5.4-1.el7cf.x86_64
cfme-gemset-5.5.5.4-1.el7cf.x86_64
cfme-5.5.5.4-1.el7cf.x86_64
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-1488.html |