After running
vercel login
Error :
s/mabba/Downloads/dos-cv# vercel login
/usr/local/lib/node_modules/vercel/dist/index.js:120
return fallback ?? “An unknown error has ocurred.”;
^
Looking for the solution
After running
vercel login
Error :
s/mabba/Downloads/dos-cv# vercel login
/usr/local/lib/node_modules/vercel/dist/index.js:120
return fallback ?? “An unknown error has ocurred.”;
^
Looking for the solution
@mdabir1203 Welcome to the Vercel community. Can you please confirm what is the version of Vercel cli you are using. Also the OS/Platform that yo are on. Looks like Mac but wanted to confirm.
vercel --version
If it’s not the latest, update it using Run npm i -g vercel@latest
Also make sure the libraries like node are updated…
node --version
If anyb of these does not work please uninstall and install it again
npm uninstall -g vercel
npm install -g vercel
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.