Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.21 KB

install-hub.md

File metadata and controls

29 lines (19 loc) · 1.21 KB

Install to HUB

New dependencies

Installing Features to HUB and merging the code into staging is straightforward and will only required once. However, there are a few extra dependencies we'll need to add and NPM is currently causing issues in HUB dependencies whereby the --force flag is usually needed.

This is not ideal. The solution which finally worked for me was to use yarn instead of NPM.. The package.json file has changed so simply running npm install should just work. But it probably won't.

yarn add @reduxjs/toolkit @types/jest @types/mocha style-loader css-loader --registry https://registry.npmjs.org

Copy source to project

Wire up Features in HUB - Add redux store ./src/ - Add component

Verify install

The HUB frontend should now be running on local:8080 and look like this...

Features