create-react-app을 통해 새 react 앱을 생성하려고 npx 명령어를 사용하여 설치 커맨드를 실행했는데, 아래와 같이 문제가 발생하는 경우가 있습니다. $ npx create-react-app my-app Need to install the following packages: create-react-app Ok to proceed? (y) y You are running...
카테고리 - 프레임워크
React, Vue 등의 다양한 자바스크립트 프레임워크 정보와 기초 지식에 대해 포스팅합니다.
[React-Native] Error: Failed to parse APK file 해결
React Native Error: Failed to parse APK file React Native 프로젝트를 빌드하여 테스트하려 할 때 다음 에러가 나타나면서 빌드에 실패하는 경우가 있습니다. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more...
[Next.js] TypeError: Unexpected MODIFIER at 0, expected END
TypeError: Unexpected MODIFIER at 0, expected END Next.js 프레임워크를 사용하여 개발 또는 프로덕션 서버를 시작할 때 다음과 같이 에러가 발생하며 진행되지 않는 경우가 있습니다. TypeError: Unexpected MODIFIER at 0, expected END at mustConsume...