Jeffrey · Chiang

NPM workspaces

Working with workspaces

说明

Workspaces是代npm cli特性集合的一个通用术语,支持在单个顶级包中管理本地文件系统中多个子包的功能

这组功能使得处理来自本地文件系统的链接包的工作流程更加简化。 作为 npm install 的一部分自动执行链接过程,并避免手动使用 npm link 来添加对应符号链接到当前 node_modules 文件夹中的包的引用。

我们还将 npm 安装期间自动符号链接的这些包称为单个工作区,这意味着它是当前本地文件系统中的嵌套包,在 package.json 工作区配置中显式定义。

##

react react-dom styled-components

@types/react @types/react-dom @typescript-eslint/eslint-plugin @typescript-eslint/parser @vitejs/plugin-react eslint eslint-plugin-react-hooks eslint-plugin-react-refresh less typescript vite