
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@cliffdotai/antd
Advanced tools
An enterprise-class UI design language and React components implementation
In order to run the local development environment
git clone https://gitlab.com/greendeck-frontend/cliffdotai-atomic.git
After cloning install the repo using npm
npm install
To develop the site run the following command
npm run start
In case you encounter any issues during the install refer to the Issues section
Install the package in your project using npm
npm install @cliffdotai/antd
In order for your changes to reflect you need to publish it on npm
npm login
@cliffdotai
organization on npmBuild the project using the command
npm run build
npm publish
In case you encounter any issues during the publish process refer to the Issues section
error message: Cannot run - /usr/bin/env: ‘node\r’
Fix: downgrade the current version of node to 14.13.0
nvm use 14.13.0
error message: module property was removed from Dependency (use compilation.moduleGraph.updateModule(dependency, module) instead)
Fix: Check the current version of webpack by running npm list webpack
if all the dependencies are using >@4.46.0. Downgrade it to webpack@4.46.0
npm install webpack@4.46.0
FAQs
An enterprise-class UI design language and React components implementation
We found that @cliffdotai/antd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.