You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
책에서 언급된 바와 같이 yarn eject 후 대부분의 파일에서 가장 앞부분에 짧은 빨간 밑줄이 생깁니다.
오류 내용은 다음과 같습니다.
Parsing error: [BABEL] /Users/kim_jeongyeon/Documents/ssr-recipe/src/components/Red.js: Using babel-preset-react-app requires that you specify NODE_ENV or BABEL_ENV environment variables. Valid values are "development", "test", and "production". Instead, received: undefined. (While processing: "/Users/kim_jeongyeon/Documents/ssr-recipe/node_modules/babel-preset-react-app/index.js")
yarn eject 후에는 항상 해당 오류가 발생하는데 어떻게 해결해야 하나요?
The text was updated successfully, but these errors were encountered:
jeongyeonKimm
changed the title
20.3 서버 사이드 렌더링 구현하기 yarn eject 후 error가 발생합니다.
20.3 서버 사이드 렌더링 구현하기 yarn eject 후 error
Feb 15, 2022
책에서 언급된 바와 같이 yarn eject 후 대부분의 파일에서 가장 앞부분에 짧은 빨간 밑줄이 생깁니다.
오류 내용은 다음과 같습니다.
Parsing error: [BABEL] /Users/kim_jeongyeon/Documents/ssr-recipe/src/components/Red.js: Using
babel-preset-react-app
requires that you specifyNODE_ENV
orBABEL_ENV
environment variables. Valid values are "development", "test", and "production". Instead, received: undefined. (While processing: "/Users/kim_jeongyeon/Documents/ssr-recipe/node_modules/babel-preset-react-app/index.js")yarn eject 후에는 항상 해당 오류가 발생하는데 어떻게 해결해야 하나요?
The text was updated successfully, but these errors were encountered: