
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
openshift-assisted-ui-lib
Advanced tools
React component library for https://github.com/openshift-assisted/assisted-ui.
Please note, the project's upstream has been renamed and moved from mareklibra/facet-lib to https://github.com/openshift-assisted/assisted-ui-lib in December 2020.
npm install --save openshift-assisted-ui-lib
or
yarn add openshift-assisted-ui-lib
This project depends on the following package
sudo dnf install -y inotify-tools
You can use the following steps in order to set up your dev environment.
~/Projects.git clone it.
cd ~/Projects
git clone https://github.com/openshift-assisted/assisted-ui-lib.git
yarn --cwd=./assisted-ui-lib/ install
# Watches for changes in the `/src` folder and bundles the files into `/dist` folder
yarn start
# Synchronizes `/dist` with `node_modules/openshift-assisted-ui-lib/` folder in .
yarn sync-dist
assisted-ui project to ease the development experience outside OCM (aka
uhc-portal), follow the instructions in those projects in order to access the app's UI.To publish a new version of the package to npmjs.com
master in this repo, called release/v<some-semver-string>.v<some-semver-string>release/v<some-semver-string> (same as in step 2 above).v<some-semver-string>The types used by Assisted Installer UI are defined in src/common/api/types.ts and they are
generated automatically by running yarn update-api.
If you see the following error: Error: ENOSPC: System limit for number of file watchers reached,
you will need to increase the number of inotify watchers.
From the terminal run the following commands:
$ sudo sh -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
$ sudo sysctl -p
See i18n for information on our internationalization tools and guidelines
Apache-2.0
FAQs
React component library for the Bare Metal Installer
We found that openshift-assisted-ui-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.