[FOLIO-1480] update curriculum with current UI module versions Created: 10/Sep/18 Updated: 12/Nov/18 Resolved: 11/Sep/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | Zak Burke | Assignee: | Peter Murray |
| Resolution: | Done | Votes: | 0 |
| Labels: | devweb | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
https://dev.folio.org/tutorials/curriculum/05-set-up-the-folio-users-app/#add-the-users-app-okapi-module-to-the-okapi-gateway specifies out of date versions of stripes-core and ui-users in the package.json file resulting in a build failure (slack thread). It should be updated to:
{
"scripts": {
"build": "stripes build stripes.config.js",
"stripes": "stripes",
"start": "stripes dev stripes.config.js"
},
"dependencies": {
"@folio/stripes-core": "^2.11.0",
"@folio/users": "^2.13.0",
"@folio/trivial": "^0.0.2-test"
}
}
|
| Comments |
| Comment by Peter Murray [ 11/Sep/18 ] |
|
I fixed this individual problem. The other issue noted in
|