sindresorhus / ora

Elegant terminal spinner
MIT License
9.08k stars 269 forks source link

Not working in NPM module #235

Open Capta1nRaj opened 8 months ago

Capta1nRaj commented 8 months ago

I am creating an npm module, but it works great in npx command, but when I try to install the npm module, just shows the basic old UI.

Does this only work with nodejs commands? Like when I tried to do node index.js it works great, but not with npm i.