New answers tagged node-modules
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'
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 ...
Top 50 recent answers are included
Related Tags
node-modules × 6605node.js × 4048
javascript × 2010
npm × 1584
reactjs × 708
typescript × 606
angular × 592
webpack × 343
npm-install × 336
express × 293
react-native × 274
package.json × 193
docker × 141
yarnpkg × 120
vue.js × 108
electron × 104
mongodb × 94
next.js × 90
import × 87
git × 82
nodes × 81
module × 80
visual-studio-code × 78
gulp × 77
html × 76