【发布时间】:2023-02-03 09:31:48
【问题描述】:
在执行 npm start -- --reset-cache 或 yarn start --reset-cache 时出现错误 error: unknown option '--reset-cache'
npm 版本 8.5.5 纱线版本 1.22.17
【问题讨论】:
标签: react-native npm
在执行 npm start -- --reset-cache 或 yarn start --reset-cache 时出现错误 error: unknown option '--reset-cache'
npm 版本 8.5.5 纱线版本 1.22.17
【问题讨论】:
标签: react-native npm
尝试 npm start -- -c 对我有用。
【讨论】: