Description
I start the project.
`<!doctype html>
<script src="js/main.js"></script> `main.js
console.log('test_hq');
And run command hq
And I get the error
(intermediate value)(intermediate value)(intermediate value) is not iterable TypeError: (intermediate value)(intermediate value)(intermediate value) is not iterable at file:///C:/Users/Serg/AppData/Roaming/npm/node_modules/@hqjs/hq/middlewares/check-support.mjs:27:44 at dispatch (C:\Users\Serg\AppData\Roaming\npm\node_modules\@hqjs\hq\node_modules\koa-compose\index.js:42:32) at file:///C:/Users/Serg/AppData/Roaming/npm/node_modules/@hqjs/hq/middlewares/detect-ua.mjs:46:10 at dispatch (C:\Users\Serg\AppData\Roaming\npm\node_modules\@hqjs\hq\node_modules\koa-compose\index.js:42:32) at cors (C:\Users\Serg\AppData\Roaming\npm\node_modules\@hqjs\hq\node_modules\@koa\cors\index.js:56:38) at dispatch (C:\Users\Serg\AppData\Roaming\npm\node_modules\@hqjs\hq\node_modules\koa-compose\index.js:42:32) at file:///C:/Users/Serg/AppData/Roaming/npm/node_modules/@hqjs/hq/middlewares/error-handler.mjs:5:11 at dispatch (C:\Users\Serg\AppData\Roaming\npm\node_modules\@hqjs\hq\node_modules\koa-compose\index.js:42:32) at C:\Users\Serg\AppData\Roaming\npm\node_modules\@hqjs\hq\node_modules\koa-compose\index.js:34:12 at dispatch (C:\Users\Serg\AppData\Roaming\npm\node_modules\@hqjs\hq\node_modules\koa-compose\index.js:42:32)
My environment:
Edition Windows 10 Home
Version 20H2
Installed on 09/26/2020
OS build 19042.804
Experience Windows Feature Experience Pack 120.2212.551.0
NodeJS - v14.13.1
npm - 6.14.8
hq - 0.0.31
Please help me!