분명!
책에서 하라는 대로 했는데!
> react-sample@0.1.0 prettier-format
> prettier --config .prettierrc 'src/**/*.ts' --write
[error] No files matching the pattern were found: "'src/**/*.ts'".
이런 오류가 나요!
< 해결 >
package.json 수정
'src/**/*.ts' -> src/**/*.ts
"scripts": {
...
"prettier-format": "prettier --config .prettierrc src/**/*.ts --write"
},
허무... 하지만 됐으니 다행~
'Error Log' 카테고리의 다른 글
열받는 중국PC 블루투스 설정 사라짐:STATUS_DEVICE_POWER_FAILURE - 윈도우11, 비링크 SE8 후기^^ (0) | 2025.02.05 |
---|---|
Mac에서 Unity Hub Editor 다운로드 안 돼요 이것 뭐예요~?(CMake) (0) | 2025.01.20 |
[유니티] Localization Build Error (not working on Android Build) (0) | 2023.10.18 |
[Unity] Rendering Error - Assertion failed (URP) (0) | 2023.09.11 |
[오라클 오류] 리스너가.. 없으신가요? TNS:프로토콜 어댑터 오류 (TNS-12560) (0) | 2023.02.07 |