Taro/react templateFn is not a function

(node:4428) UnhandledPromiseRejectionWarning: TypeError: templateFn is not a function
at TaroMiniPlugin.generateTemplateFile (D:\bflvx-vue\mini-app-vue\node_modules@tarojs\mini-runner\src\plugins\MiniPlugin.ts:732:20)
at TaroMiniPlugin. (D:\bflvx-vue\mini-app-vue\node_modules@tarojs\mini-runner\src\plugins\MiniPlugin.ts:677:10)
at Generator.next ()
at fulfilled (D:\bflvx-vue\mini-app-vue\node_modules@tarojs\mini-runner\dist\plugins\MiniPlugin.js:5:58)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:4428) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not
handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (r
ejection id: 1)
(node:4428) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
� Taro v3.0.26

-检查@tarojs/cli@版本号是不是和初始化项目的版本不一致重新

npm install -g @tarojs/[email protected] //版本号为package.json 里的版本号

你可能感兴趣的:(Taro/react templateFn is not a function)