Discuss.FOLIO.org is no longer used. This is a static snapshot of the website as of February 14, 2023.

How to add ui-okapi-console module to Stripes?

issam99
24 Jun '17

Steps I did

  1. I have download the module from https://github.com/folio-org/ui-okapi-console to
    C:\FOLIO\ui-okapi-console-master

  2. yarn link ui-okapi-console-master

  3. edit package.json
    "dependencies": {
    "@folio/stripes-core": “^0.0.11”,
    "@folio/okapi-console":"^2.0.0",
    "@folio/users": “^2.7.0”,
    "@folio/trivial": “^0.0.2-test”
    }

  4. restart Okapi

  5. restart Strips yarn start

open in browser http:// localhost:3000

Still no success I can ’ t see the module in the menu

thanks in advance for any advise or any hint

Regards