Socket
Socket
Sign inDemoInstall

@cliffdotai/antd

Package Overview
Dependencies
46
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cliffdotai/antd

An enterprise-class UI design language and React components implementation


Version published
Weekly downloads
13
increased by1200%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

Ant Design

🔨 Setup

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

Install the package in your project using npm

npm install @cliffdotai/antd

🤝 Publishing your changes

In order for your changes to reflect you need to publish it on npm

Requirements

  • Create an account on NPM
  • Login on your device with NPM account
npm login
  • Make sure you have access privilege to @cliffdotai organization on npm

Step 1

Build the project using the command

npm run build

Step 2

npm publish

In case you encounter any issues during the publish process refer to the Issues section

⚠️ Issues

1. issue with node version mismatch

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

2. issue with webpack version mismatch

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

Keywords

FAQs

Last updated on 03 Jun 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc