DongRyong
Results
2
issues of
DongRyong
Adding package dependencies with @babel/plugin-transform-react-jsx dependency error when using yarnberry. ## Description In the yarnrc.yml file ``` packageExtensions: { gatsby@*: { dependencies: { "@babel/plugin-transform-react-jsx": ^7.22.15 } } } ``` Fixed...
topic: webpack/babel
``` wait compiling... - error ./node_modules/@web3-react/core/dist/mocks.js:4:0 Module not found: Can't resolve 'eventemitter3' ``` I get an error when running yarn dev. I'm wondering what the reason might be. If I...