Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0051281 | Openbravo ERP | A. Platform | public | 2023-01-03 14:52 | 2023-01-09 17:15 |
|
| Reporter | shuehner | |
| Assigned To | Triage Platform Base | |
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | PR23Q1 | |
| Merge Request Status | approved |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0051281: npm WARN config production Use `--omit=dev` instead |
| Description | Recent versions of npm ci/install deprecated use of --production and recommend to use --omit=dev instead.
backoffice/core code contains 1 such call in
modules/org.openbravo.client.kernel/build-scripts/install-deps.js
triggering that warnings once even if caller of npm ci/install is already using the new parameter. |
| Steps To Reproduce | run "npm ci --omit=dev"
Observer warning is still being shown once
|
| Proposed Solution | Switch to --omit=dev
|
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2023-01-03 14:52 | shuehner | New Issue | |
| 2023-01-03 14:52 | shuehner | Assigned To | => Triage Platform Base |
| 2023-01-03 14:52 | shuehner | OBNetwork customer | => No |
| 2023-01-03 14:52 | shuehner | Modules | => Core |
| 2023-01-03 14:52 | shuehner | Triggers an Emergency Pack | => No |
| 2023-01-03 14:56 | hgbot | Merge Request Status | => open |
| 2023-01-03 14:56 | hgbot | Note Added: 0145134 | |
| 2023-01-09 17:14 | hgbot | Merge Request Status | open => approved |
| 2023-01-09 17:15 | hgbot | Resolution | open => fixed |
| 2023-01-09 17:15 | hgbot | Status | new => closed |
| 2023-01-09 17:15 | hgbot | Fixed in Version | => PR23Q1 |
| 2023-01-09 17:15 | hgbot | Note Added: 0145216 | |
| 2023-01-09 17:15 | hgbot | Note Added: 0145217 | |