NervJS/taro-sample-weapp

输入命令编译失败

KirySen opened this issue · 0 comments

D:\taro-sample-weapp>taro build --type weapp --watch
� Taro v1.3.30

开始编译项目 taro-sample-weapp
(node:11276) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at Object.normalize (path.js:279:32)
at Object.join (path.js:483:18)
at readPackageJSON (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\node_modules\find-yarn-workspace-root\index.js:48:21)
at findWorkspaceRoot (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\node_modules\find-yarn-workspace-root\index.js:23:22)
at recursiveFindNodeModules (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\dist\util\index.js:456:27)
at recursiveFindNodeModules (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\dist\util\index.js:461:12)
at recursiveFindNodeModules (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\dist\util\index.js:461:12)
at recursiveFindNodeModules (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\dist\util\index.js:461:12)
at recursiveFindNodeModules (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\dist\util\index.js:461:12)
at recursiveFindNodeModules (C:\Users\hr\AppData\Roaming\npm\node_modules@tarojs\cli\dist\util\index.js:461:12)
(node:11276) 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(). (re
jection id: 1)
(node:11276) [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.