Error while executing npx spectaql #66
ashish-dandriyal
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I basically clone the spectaql sample example and tried
npx spectaql
command, below is the error I am getting/usr/local/lib/node_modules/spectaql/dist/spectaql/index.js:98
schemes: [protocol.slice(0, -1)],
^
TypeError: Cannot read properties of null (reading 'slice')
at run (/usr/local/lib/node_modules/spectaql/dist/spectaql/index.js:98:24)
at loadData (/usr/local/lib/node_modules/spectaql/dist/index.js:541:10)
at run (/usr/local/lib/node_modules/spectaql/dist/index.js:321:59)
at Object. (/usr/local/lib/node_modules/spectaql/bin/spectaql.js:7:1)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47
Beta Was this translation helpful? Give feedback.
All reactions