安装
npm i @np/utils
使用 npm
推荐在项目根目录创建 .npmrc
:
registry=https://registry.npmmirror.com/
使用 yarn
如果使用 yarn
,则创建 .yarnrc
:
registry "https://registry.npmmirror.com/"
npm i @np/utils
推荐在项目根目录创建 .npmrc
:
registry=https://registry.npmmirror.com/
如果使用 yarn
,则创建 .yarnrc
:
registry "https://registry.npmmirror.com/"