Skip to main content

New answers tagged

0 votes

Caching node_modules of yarn in GitLab CI

Instead of caching node_modules try to manage the Yarn cache: variables: YARN_CACHE_FOLDER: './yarn_cache/' ... cache: paths: - '$YARN_CACHE_FOLDER'
bergentroll's user avatar
0 votes

Prettier plugin not resolved when using GitHub package with pnpm, but works with npm

Unfortunately, @Rafael's answer didn't work for me. From what I understand, packageExtensions is for dependency resolution, whereas prettier searches for the plugin binaries, which are simply ...
kguzek's user avatar
  • 333

Top 50 recent answers are included