SW
[JS] spread operator(...) : Unexpected token 본문
1. Error
- Spread Operator인 ... 에서 Unexpected token 에러가 떴다.
2. Solution
- .babelrc 파일에 문제가 있었다.
- npm instal babel-preset-stage-3 실행 후 다음과 같이 "stage-3"을 추가
- 해결됨.
'대학교 > etc' 카테고리의 다른 글
[GraphQL] Error: Cannot use GraphQLSchema "[object GraphQLSchema]" from another module or realm. (0) | 2020.07.22 |
---|---|
[React Native] npm ERR! A complete log of this run can be found in: (0) | 2020.07.22 |
네이버 API (0) | 2020.04.06 |
AWS 프리티어 요금 발생 (0) | 2020.04.05 |
[RN 오류해결] react-native run-android (0) | 2020.03.31 |
Comments