2

enter image description here

I install cube.js using this command yarn global add cubejs-cli after executing its shown as done. when I enter the command cubejs terminal said cubejs command not found. I don't know how to move forward. Please help me

Matthew
  • 1,412
  • 2
  • 20
  • 35

1 Answers1

2

It usually means npm or yarn are installed for root user rather than for regular one. You can try sudo npm install -g cubejs-cli to install Cube.js CLI for root user.

Pavel Tiunov
  • 1,163
  • 6
  • 8