You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried install the fix that is part of chdb@1.2.0
npm i chdb@1.2.0
but got:
Authorization Required: This application requires administrative access. If you are sure, enter your local username and password to continue.
(##################) ⠇ reify:node-addon-api: timing reifyNode:node_modules/chdb Completed in 31ms
chdb@1.1.4 gets installed without any prompt about Authorization Required when I run npm i chdb@1.1.4
Not sure what prompts Authorization Required but would it be possible in ideal case scenario to skip this prompt?
Oh, this is because I reused the general curl -sL https://lib.chdb.io | bash to install libchdb.so in /usr/local which will require sudo.
That's a mistake, I will fix it now.
Hello @auxten
Thanks for the quick fix for #13
I tried install the fix that is part of chdb@1.2.0
npm i chdb@1.2.0
but got:
chdb@1.1.4 gets installed without any prompt about Authorization Required when I run
npm i chdb@1.1.4
Not sure what prompts
Authorization Required
but would it be possible in ideal case scenario to skip this prompt?Here is the full verbose terminal output:
The text was updated successfully, but these errors were encountered: