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
Asked
Active
Viewed 813 times
2
Matthew
- 1,412
- 2
- 20
- 35
ramprakash jagadeesan
- 218
- 2
- 15
1 Answers
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
