728x90
반응형
// NPM
npm install react@latest react-dom@latest
// TypeScript
npm install --save-dev @types/react@latest @types/react-dom@latest
// YARN
yarn add react@latest react-dom@latest
// TypeScript
yarn add @types/react@latest @types/react-dom@latest --dev
https://stackoverflow.com/questions/65913201/uncaught-error-cannot-find-module-react-jsx-runtime
Uncaught Error: Cannot find module 'react/jsx-runtime'
I am exploring making a component library using React and rollup, but finding that the app that is consuming the library is bundling it in the wrong order. This is causing the below error: bundle.j...
stackoverflow.com
728x90
반응형
'프론트엔드✏️ > 개인공부' 카테고리의 다른 글
SSR vs CSR (1) | 2022.09.26 |
---|---|
[styled-component] 별점 라이브러리 (0) | 2022.09.23 |
Object.entries() TIL (0) | 2022.09.21 |
[redux] props지옥 벗어나기,,, - 도전 (1) | 2022.09.21 |
[자동로그아웃/타이머] setinterval() - ★개인 포폴에 붙여보자 (2) | 2022.09.21 |