콘텐츠로 건너뛰기

HowTo

How to fix build time error related @tailwindcss/typography

오랜만에 빌드 스크립트를 실행하니, 아래와 같이 오류와 함께 실패합니다. $ npm run build > sample-next-i18next@1.2.1 build > next build info – Linting and checking validity of types info – Creating an optimized production build Failed to compile. ./src/components/common/RouteIndicator/RouteIndicator.module.css TypeError: Cannot read properties of undefined (reading… 더 보기 »How to fix build time error related @tailwindcss/typography

Let create own vscode extension

타입스크립트로 비주얼 스튜디오 확장을 작성할 준비를 하고, 작성된 확작을 게시하는 내용에 대한 리뷰입니다. 비주얼 스튜디오 코드의 확작에 대한 정보는 Extension API 페이지에서 제공하고 있습니다. 준비 Your First Extension: Visual Studio Code 페이지에서 타입스크립트로 확장을 작성하는 방법을 알려줍니다. yoman 패키지와 VS Code Extension Generator 패키지를 사용해서… 더 보기 »Let create own vscode extension

Fail to update Visual Studio 2022 for Mac 17.3 Preview 2

Visual Studio 2022 for Mac 17.3 Preview 2 업데이트에는 MAUI 관련 내용이 포함되어 있습니다. 업데이트 실패 2020-06-14 게시된 Visual Studio 2022 for Mac 17.3 Preview 2 업데이트를 시도하면 아래와 같이 오류 메시지가 출력되고, 업데이트가 실패했습니다. Error The operation couldn’t be completed. (xamarin.updater.internal e … 원인은… 더 보기 »Fail to update Visual Studio 2022 for Mac 17.3 Preview 2

MAUI on MacOS

.NET MAUI Multi-platform App UI 는 C#, XAML 을 사용하여 네이티브 모바일 및 데스크톱 앱을 작성하기위한 크로스플랫폼 프레임워크입니다. What is .NET MAUI 지원되는 네이트브 모바일 및 데스크톱은 아래와 같습니다. Android 5.0 (API 21) + iOS 10 + macOS 10.13 + (using Mac Catalyst) Windows 11… 더 보기 »MAUI on MacOS

Typescript project with eslint@8

타입스크립트를 사용하는 프로젝트에 린트를 구성해서 사용하고 있습니다. eslint 패키지를 업데이트(v8.x) 하고 나니, 린트 실행시 오류가 발생합니다. 오류 메시지는 아래와 같습니다. Oops! Something went wrong! 🙁 ESLint: 8.14.0 TypeError: Failed to load plugin ‘@typescript-eslint’ declared in ‘.eslintrc’: Class extends value undefined is not a constructor or… 더 보기 »Typescript project with eslint@8