Skip to content

Commit cc61fbd

Browse files
authored
Merge pull request #56 from NaverPayDev/readme
[editorconfig] pnpm 주의사항 내용 변경
2 parents 77edf67 + 4def7c0 commit cc61fbd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/editorconfig/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ npm install @naverpay/editorconfig -D
1010

1111
## 주의 사항
1212

13-
- pnpm에서 postinstall이 caching 되어 파일이 생성되지 않으면, [side-effects-cache](https://pnpm.io/npmrc#side-effects-cache) 옵션을 켜고 시도해주세요.
13+
- pnpm 으로 설치 후 `.editorconfig` 파일이 생성되지 않았다면, `node_modules` 를 삭제 후 [side-effects-cache](https://pnpm.io/npmrc#side-effects-cache) 설정을 false로 하고 다시 설치해주세요.
14+
15+
```bash
16+
pnpm install @naverpay/editorconfig -D --side-effects-cache false
17+
```

0 commit comments

Comments
 (0)