在我的React项目中,我面临一个问题,它在Windows上工作,但是它不能在我的Ubuntu笔记本上工作。当我执行npm启动时,会发生错误。Module not found: Error: You attempted to import /path/to/my/project/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm
我在ubuntu 18.04.5上使用node v15.0.1和jest 26.6.0。By default, if Jest sees a Babel config, it will use that to transform your files, ignoring "node_modulescode 1"type": "module", "tes