使用 Turborepo 的通配符导入时(来自 package.json 的片段)
dependencies: {
"branding": "*"
}
在使用 create-react-app 创建的 React 应用程序中,出现错误:
ERROR in ./src/App.js 5:0-37
Module not found: Error: Can't resolve 'branding' in 'C:\Users\****\Projects\Development\monorepo\apps\share\src'
我认为我做错了什么,但我无法通过 Turborepo 的文档来解决。