cube-js / cube

📊 Cube — The Semantic Layer for Building Data Applications
https://cube.dev
Other
17.77k stars 1.76k forks source link

npm audit fix breaks cubejs-server #3754

Open velimato opened 2 years ago

velimato commented 2 years ago

Doing npm audit fix breaks cubejs-server. I have tried this on cubejs-server versions 0.28.58 and 0.28.61. Error message when starting cubejs-server

/Users//Documents//cubejs/node_modules/cli-ux/lib/styled/table.js:314 })(table = exports.table || (exports.table = {})); ^ TypeError: Cannot read properties of undefined (reading 'string') at /Users//Documents//cubejs/node_modules/cli-ux/lib/styled/table.js:285:34 at Object. (/Users//Documents//cubejs/node_modules/cli-ux/lib/styled/table.js:314:3) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (/Users//Documents//cubejs/node_modules/cli-ux/lib/index.js:14:36) at Module._compile (node:internal/modules/cjs/loader:1101:14)

igorlukanin commented 2 years ago

@velimato Thanks for filing this!

github-actions[bot] commented 2 years ago

If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. If this is the first time you are contributing a Pull Request to Cube.js, please check our contribution guidelines. You can also post any questions while contributing in the #contributors channel in the Cube.js Slack.

paveltiunov commented 2 years ago

I guess it'd require an update of @oclif/dev-cli.