Skip to content

Commit

Permalink
feat: yarn에서 linker를 node-modules로 변환
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonseo-han committed Nov 5, 2024
1 parent f113b4f commit 274cac8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

server/yarn.lock

server/node_modules

server/.yarn

# Runtime data
pids
*.pid
Expand Down
Binary file modified server/.yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions server/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarnPath: .yarn/releases/yarn-4.5.1.cjs
nodeLinker: pnp
pnpMode: loose
nodeLinker: node-modules
enableGlobalCache: false
8 changes: 5 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@
},
"dependencies": {
"@nestjs/apollo": "^12.1.0",
"@nestjs/common": "^10.0.0",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.0",
"@nestjs/core": "^10.4.6",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/typeorm": "^10.0.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
Expand Down

0 comments on commit 274cac8

Please sign in to comment.