- Today
- Total
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- API
- nestjs
- 항해99
- 차트만들기
- 주식차트
- typescript
- typeorm
- rtk
- Redux
- websocket
- 코인
- error
- 비전공자
- 에러
- 차트
- chart
- nextjs
- javascript
- react
- graphql
- 주식
- 차트구현
- 3주차
- apollo
- 채팅
- Firebase
- 코인차트
- 리액트
- Coin
- Flutter
Archives
목록global install (1)
Act99 기술블로그
만약 npx create-react-app 이 실행되지 않을 경우/ please remove any global installs with one of the following commands
먼저 노드 버전을 14버전 이상인지 확인한다. 다음 16버전 이상이면 이런 에러가 발생할 수 있다. please remove any global installs with one of the following commands 이는 create-react-app 을 4.0.3 을 사용할 때 발생한다. 먼저, npx clear-npx-cache 를 통해 5.0.0 이상을 맞춰주기 위한 작업을 한다. 그럼 잘 된다.
개발팁저장소/react
2022. 1. 26. 15:59