patternfly / patternfly/patternfly-react
Use `nodeLinker: pnpm` for Yarn installations
Abierto
Nadie ha tomado este issue todavía.
Infrastructure
Pinned
- Lenguaje dominante
- TypeScript
- Estrellas
- 862
- Forks
- 392
- Merge medio
- 4 d 8 h
- PR fusionados (30 d)
- 9
Descripción
This issue is a follow-up of #9959. In order to make the installation of packages more performant nodeLinker: pnpm should be configured for Yarn. This links the local node modules from a central content addressable store using symbolic links, avoiding an expensive copy operation. This has the added benefit of catching silly bugs such as phantom dependencies, which might lead to unexpected behaviour.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.