인프런 커뮤니티 질문&답변
동영상보고 따라하기에서 우려했던 부분이 오류로 나옵니다..import { createStore } from 'redux';
작성
·
476
·
수정됨
0
유려했던 오류가.. 나타났습니다.
홈페이지 오류내용

Failed to compile
./pages/_app.js
Error:
x Expression expected
,----
5 | | import { createStore } from 'redux';
: ^
`----
x Unexpected token `{`. Expected `.` or `(`
,----
5 | | import { createStore } from 'redux';
: ^
`----
Caused by:
0: failed to process input file
1: Syntax Errorapp.js 페이지 내용

app.js 가 코드로올리면 오류가나서 못올리네요
그림첨부합니다.
터미널 내용과, app.js 코드올리려고하면
고양이그림나오고 오류나와서 안되서 못올리네요
Failed to compile
./pages/_app.js:4:0
Module not found: Can't resolve 'redux'
2 | import PropTypes from 'prop-types';
3 | import Head from 'next/head';
> 4 | import { createStore } from 'redux';
5 |
6 | import 'antd/dist/antd.css'
7 |
https://nextjs.org/docs/messages/module-not-foundThis error occurred during the build process and can only be dismissed by fixing the error.
ㅇ




