Igor Sapego created IGNITE-13909:
------------------------------------
Summary: Node.js client glob dependency is missing
Key: IGNITE-13909
URL:
https://issues.apache.org/jira/browse/IGNITE-13909 Project: Ignite
Issue Type: Bug
Components: thin client
Reporter: Igor Sapego
Assignee: Igor Sapego
This results in following errors:
{noformat}
Suite error: sql query test suite >
Message:
Failed: Cannot find module 'glob'
Stack:
error properties: Object({ code: 'MODULE_NOT_FOUND' })
Error: Cannot find module 'glob'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Function.getLogFiles (D:\Development\git\ignite-nodejs-thin-client\spec\TestingHelper.js:478:22)
at Function.clearLogs (D:\Development\git\ignite-nodejs-thin-client\spec\TestingHelper.js:486:39)
at Function._startNode (D:\Development\git\ignite-nodejs-thin-client\spec\TestingHelper.js:491:23)
at Function.startTestServer (D:\Development\git\ignite-nodejs-thin-client\spec\TestingHelper.js:350:57)
at Function.startTestServers (D:\Development\git\ignite-nodejs-thin-client\spec\TestingHelper.js:340:33)
at Function.init (D:\Development\git\ignite-nodejs-thin-client\spec\TestingHelper.js:211:29)
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)