
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@wei_design/taro-ui
Advanced tools
[![NPM][npm-version-image]][npm-version-url] [![NPM Downloads][npm-downloads-image]][npm-downloads-url]
一款基于 Taro 框架开发的多端 UI 组件库
需要安装 Taro 开发工具 @tarojs/cli,Taro 版本需要在 1.0.0-beta.18 以上
npm install -g @tarojs/cli
然后在项目中安装 Taro UI
npm install @wei_design/taro-ui
在代码中 import 需要的组件并按照文档说明使用
import { AtButton } from '@wei_design/taro-ui'
npm run dev:doc 报错
./docs/view/Color/style.scss)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (83)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.13.1
Cannot find module 'node-sass' error Solved
NodeJS version Supported node-sass version Node 19 8.0+ Node 18 8.0+ Node 17 7.0+, <8.0 Node 16 6.0+ Node 15 5.0+, <7.0 Node 14 4.14+ Node 13 4.13+, <5.0
安装对应版本 node-sass,重新启动即可
yarn add node-sass@4.14.0 -D
FAQs
UI KIT for Taro
We found that @wei_design/taro-ui 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.